Moved reusable ci tests workflow to workflows folder

This commit is contained in:
Alejandro Celaya 2022-08-12 09:13:04 +02:00
parent e3b6c061c4
commit 51536f8746
2 changed files with 3 additions and 3 deletions

View File

@ -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