mirror of
https://github.com/shlinkio/shlink.git
synced 2024-11-27 16:26:37 +03:00
Fixed typo in ci workflow
This commit is contained in:
parent
6383230678
commit
0f796859f2
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -72,28 +72,28 @@ jobs:
|
|||
unit-mutation-tests:
|
||||
needs:
|
||||
- unit-tests
|
||||
uses: './github/workflows/ci-mutation-tests.yml'
|
||||
uses: './.github/workflows/ci-mutation-tests.yml'
|
||||
with:
|
||||
test-group: unit
|
||||
|
||||
db-mutation-tests:
|
||||
needs:
|
||||
- sqlite-db-tests
|
||||
uses: './github/workflows/ci-mutation-tests.yml'
|
||||
uses: './.github/workflows/ci-mutation-tests.yml'
|
||||
with:
|
||||
test-group: db
|
||||
|
||||
api-mutation-tests:
|
||||
needs:
|
||||
- api-tests
|
||||
uses: './github/workflows/ci-mutation-tests.yml'
|
||||
uses: './.github/workflows/ci-mutation-tests.yml'
|
||||
with:
|
||||
test-group: api
|
||||
|
||||
cli-mutation-tests:
|
||||
needs:
|
||||
- cli-tests
|
||||
uses: './github/workflows/ci-mutation-tests.yml'
|
||||
uses: './.github/workflows/ci-mutation-tests.yml'
|
||||
with:
|
||||
test-group: cli
|
||||
|
||||
|
|
Loading…
Reference in a new issue