mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-23 21:27:44 +03:00
Fixed reference to unknown job in CI workflow
This commit is contained in:
parent
679bb8d357
commit
d54a2bde0f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -96,7 +96,7 @@ jobs:
|
|||
|
||||
api-mutation-tests:
|
||||
needs:
|
||||
- api-tests
|
||||
- api-tests-openswoole
|
||||
uses: './.github/workflows/ci-mutation-tests.yml'
|
||||
with:
|
||||
test-group: api
|
||||
|
|
Loading…
Reference in a new issue