mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -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 }}
|
- run: composer ${{ matrix.command }}
|
||||||
|
|
||||||
unit-tests:
|
unit-tests:
|
||||||
uses: './.github/workflows/ci/tests.yml'
|
uses: './.github/workflows/ci-tests.yml'
|
||||||
with:
|
with:
|
||||||
test-group: unit
|
test-group: unit
|
||||||
|
|
||||||
api-tests:
|
api-tests:
|
||||||
uses: './.github/workflows/ci/tests.yml'
|
uses: './.github/workflows/ci-tests.yml'
|
||||||
with:
|
with:
|
||||||
test-group: api
|
test-group: api
|
||||||
|
|
||||||
cli-tests:
|
cli-tests:
|
||||||
uses: './.github/workflows/ci/tests.yml'
|
uses: './.github/workflows/ci-tests.yml'
|
||||||
with:
|
with:
|
||||||
test-group: cli
|
test-group: cli
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user