Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Mar 4, 2024
1 parent 868c125 commit 1b637cc
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/integration-tests-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,18 +88,18 @@ jobs:
ls -1 /tmp/**/*.tar | xargs --no-run-if-empty -L 1 docker load --input
docker image ls -a
# - uses: isbang/[email protected]
# with:
# compose-file: "./docker/docker-compose-prebuilt.yaml"
# down-flags: "--volumes"
#
# - name: API tests run (parallel)
# working-directory: packages/integration-tests
# run: |
# npm ci --no-audit
# npx playwright install --with-deps chromium
#
# - name: API tests run (parallel)
# working-directory: packages/integration-tests
# run: |
# npx jest --verbose --testPathPattern=${{ matrix.test-pattern }}
- uses: isbang/[email protected]
with:
compose-file: "./docker/docker-compose-prebuilt.yaml"
down-flags: "--volumes"

- name: Prepare test env
working-directory: packages/integration-tests
run: |
npm ci --no-audit
npx playwright install --with-deps chromium
- name: Run ${{ matrix.test-pattern }}
working-directory: packages/integration-tests
run: |
npx jest --verbose --testPathPattern=${{ matrix.test-pattern }}

0 comments on commit 1b637cc

Please sign in to comment.