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