diff --git a/.github/workflows/chromium-linux.yml b/.github/workflows/chromium-linux.yml index ac8d6b6447..697dd5e9c2 100644 --- a/.github/workflows/chromium-linux.yml +++ b/.github/workflows/chromium-linux.yml @@ -1,4 +1,4 @@ -name: tests: Linux + CR +name: Chromium Linux Tests on: push: @@ -32,6 +32,7 @@ jobs: - name: npm install, build, and test run: | npm install + npm run build xvfb-run --auto-servernum npm run ctest env: CI: true diff --git a/.github/workflows/chromium-windows.yml b/.github/workflows/chromium-windows.yml index fac1df4f4f..bfc8f08a5f 100644 --- a/.github/workflows/chromium-windows.yml +++ b/.github/workflows/chromium-windows.yml @@ -1,4 +1,4 @@ -name: tests: Win + CR +name: Chromium Windows Tests on: push: diff --git a/.github/workflows/docs-and-lint.yml b/.github/workflows/docs-and-lint.yml deleted file mode 100644 index d613dfee84..0000000000 --- a/.github/workflows/docs-and-lint.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: docs & lint - -on: - push: - branches: - - master - pull_request: - branches: - - master - -jobs: - build: - - runs-on: ubuntu-18.04 - - strategy: - matrix: - node-version: [12.x] - - steps: - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: install required packages - run: | - sudo apt-get update - sudo apt-get install libgbm-dev - sudo apt-get install xvfb - - - name: npm install, build, and test - run: | - npm install - npm run lint - env: - CI: true diff --git a/.github/workflows/firefox-linux.yml b/.github/workflows/firefox-linux.yml index 970641327d..bf6a1548b2 100644 --- a/.github/workflows/firefox-linux.yml +++ b/.github/workflows/firefox-linux.yml @@ -1,4 +1,4 @@ -name: tests: Linux + FF +name: Firefox Linux Tests on: push: diff --git a/.github/workflows/firefox-windows.yml b/.github/workflows/firefox-windows.yml index 326854cc83..0fc413be63 100644 --- a/.github/workflows/firefox-windows.yml +++ b/.github/workflows/firefox-windows.yml @@ -1,4 +1,4 @@ -name: tests: Win + FF +name: Firefox Windows Tests on: push: diff --git a/.github/workflows/webkit-linux.yml b/.github/workflows/webkit-linux.yml index 3829532010..c7ec50b0f3 100644 --- a/.github/workflows/webkit-linux.yml +++ b/.github/workflows/webkit-linux.yml @@ -1,4 +1,4 @@ -name: tests: Linux + WK +name: WebKit Linux Tests on: push: diff --git a/.github/workflows/webkit-windows.yml b/.github/workflows/webkit-windows.yml index 7fc665d78e..93523b0eff 100644 --- a/.github/workflows/webkit-windows.yml +++ b/.github/workflows/webkit-windows.yml @@ -1,4 +1,4 @@ -name: tests: Win + WK +name: WebKit Windows Tests on: push: