mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-23 07:33:58 -06:00
Fixed reference to unknown job in CI workflow
This commit is contained in:
parent
d54a2bde0f
commit
b7f7288a4b
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -29,12 +29,12 @@ jobs:
|
||||
with:
|
||||
test-group: unit
|
||||
|
||||
api-tests-openswoole:
|
||||
openswoole-api-tests:
|
||||
uses: './.github/workflows/ci-tests.yml'
|
||||
with:
|
||||
test-group: api
|
||||
|
||||
api-tests-roadrunner:
|
||||
roadrunner-api-tests:
|
||||
runs-on: ubuntu-22.04
|
||||
strategy:
|
||||
matrix:
|
||||
@ -96,7 +96,7 @@ jobs:
|
||||
|
||||
api-mutation-tests:
|
||||
needs:
|
||||
- api-tests-openswoole
|
||||
- openswoole-api-tests
|
||||
uses: './.github/workflows/ci-mutation-tests.yml'
|
||||
with:
|
||||
test-group: api
|
||||
@ -111,7 +111,7 @@ jobs:
|
||||
upload-coverage:
|
||||
needs:
|
||||
- unit-tests
|
||||
- api-tests
|
||||
- openswoole-api-tests
|
||||
- cli-tests
|
||||
- sqlite-db-tests
|
||||
runs-on: ubuntu-22.04
|
||||
|
Loading…
Reference in New Issue
Block a user