Run actions on master and better naming (#3029)

This commit is contained in:
Peter Hedenskog 2020-06-04 09:41:30 +02:00 committed by GitHub
parent 4eb2aad812
commit a5701fb9c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 40 additions and 21 deletions

View File

@ -1,5 +1,11 @@
name: Build and run Docker containers
on: [push]
name: Docker
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest

View File

@ -1,5 +1,11 @@
name: Run browser tests Linux
on: [push]
name: Linux browsers
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest

View File

@ -1,5 +1,11 @@
name: Run browser test Safari
on: [push]
name: OSX Safari
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: macos-latest

View File

@ -1,11 +0,0 @@
name: sitespeed.io
on: push
jobs:
run-sitespeed:
runs-on: ubuntu-latest
name: running sitespeed.io
steps:
- name: Prepare connectivity
run: sudo modprobe ifb numifbs=1
- name: running sitespeed.io container with arguments and optional Docker options
run: docker run --cap-add=NET_ADMIN -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io:13.1.1 https://www.sitespeed.io -n 3 --browsertime.connectivity.engine throttle -c cable --verbose

View File

@ -1,5 +1,11 @@
name: Run unit tests
on: [push]
name: Unit tests
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest

View File

@ -1,5 +1,11 @@
name: Run browser test Windows
on: [push]
name: Windows Edge
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: windows-latest