mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Remove e2e workflow
This commit is contained in:
parent
cc58c48c9b
commit
c966660a09
2 changed files with 32 additions and 37 deletions
32
.github/workflows/test-on-pr.yml
vendored
32
.github/workflows/test-on-pr.yml
vendored
|
|
@ -31,3 +31,35 @@ jobs:
|
|||
|
||||
- name: Run ESLint
|
||||
run: npm run lint
|
||||
|
||||
e2e-tests:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: test/e2e
|
||||
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: "24"
|
||||
cache: "npm"
|
||||
|
||||
# - name: Install dependencies
|
||||
# run: npm ci
|
||||
|
||||
# - name: Run unit tests
|
||||
# run: npm test
|
||||
|
||||
# - 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue