mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Run e2e tests on PR check
This commit is contained in:
parent
c966660a09
commit
af53a8fbb8
5 changed files with 61 additions and 16 deletions
24
.github/workflows/test-on-pr.yml
vendored
24
.github/workflows/test-on-pr.yml
vendored
|
|
@ -48,18 +48,18 @@ jobs:
|
|||
node-version: "24"
|
||||
cache: "npm"
|
||||
|
||||
# - name: Install dependencies
|
||||
# run: npm ci
|
||||
- name: Install dependencies
|
||||
run: npm ci
|
||||
|
||||
# - name: Run unit tests
|
||||
# run: npm test
|
||||
- name: Run unit tests
|
||||
run: npm test
|
||||
|
||||
# - name: Run E2E tests
|
||||
# run: npm run test:e2e
|
||||
- name: Run E2E tests
|
||||
run: npm run test:e2e
|
||||
|
||||
# - name: Clean up Docker resources
|
||||
# if: always()
|
||||
# run: |
|
||||
# # Clean up any remaining containers and images
|
||||
# docker ps -aq --filter "name=safe-chain-e2e-test" | xargs -r docker rm -f
|
||||
# docker images -q safe-chain-e2e-test | xargs -r docker rmi -f
|
||||
- name: Clean up Docker resources
|
||||
if: always()
|
||||
run: |
|
||||
# Clean up any remaining containers and images
|
||||
docker ps -aq --filter "name=safe-chain-e2e-test" | xargs -r docker rm -f
|
||||
docker images -q safe-chain-e2e-test | xargs -r docker rmi -f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue