Browse Source

Make ubuntu-staging depend on centos7-staging so they don't run at same time causing spurious errors

pull/542/head
Tim Kimber 6 years ago
parent
commit
008a95dba7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .github/workflows/run-all-tests.yml

+ 1
- 0
.github/workflows/run-all-tests.yml View File

@ -72,6 +72,7 @@ jobs:
- name: Run test suite on Ubuntu18
run: test/run-test.sh ubuntu18
test-ubuntu-staging:
needs: test-centos7-staging
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1


Loading…
Cancel
Save