mirror of
https://github.com/shlinkio/shlink.git
synced 2024-12-23 07:33:58 -06:00
Moved reusable ci tests workflow to workflows folder
This commit is contained in:
parent
e3b6c061c4
commit
51536f8746
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -30,17 +30,17 @@ jobs:
|
||||
- run: composer ${{ matrix.command }}
|
||||
|
||||
unit-tests:
|
||||
uses: './.github/workflows/ci/tests.yml'
|
||||
uses: './.github/workflows/ci-tests.yml'
|
||||
with:
|
||||
test-group: unit
|
||||
|
||||
api-tests:
|
||||
uses: './.github/workflows/ci/tests.yml'
|
||||
uses: './.github/workflows/ci-tests.yml'
|
||||
with:
|
||||
test-group: api
|
||||
|
||||
cli-tests:
|
||||
uses: './.github/workflows/ci/tests.yml'
|
||||
uses: './.github/workflows/ci-tests.yml'
|
||||
with:
|
||||
test-group: cli
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user