Browse Source

In fact, we can start more builds sooner

pull/1076/head
Hamish Coleman 2 years ago
parent
commit
c3f5d69020
  1. 4
      .github/workflows/tests.yml

4
.github/workflows/tests.yml

@ -100,7 +100,6 @@ jobs:
path: tests path: tests
test_linux: test_linux:
needs: smoketest
name: Test Linux name: Test Linux
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
@ -172,7 +171,6 @@ jobs:
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
test_macos: test_macos:
needs: smoketest
name: Test MacOS name: Test MacOS
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
@ -250,7 +248,6 @@ jobs:
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
test_windows: test_windows:
needs: smoketest
name: Test Windows name: Test Windows
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
@ -690,6 +687,7 @@ jobs:
name: Upload Release Assets name: Upload Release Assets
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
needs: needs:
- smoketest
- package_dpkg - package_dpkg
- package_rpm - package_rpm
- package_ipk - package_ipk

Loading…
Cancel
Save