Skip to content

Commit

Permalink
enable ferry deposit tests on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszaaa committed Oct 14, 2024
1 parent 83b0d57 commit 86ee551
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,36 @@ jobs:

- name: Test ferry
run: npm run test-ferry

ferry-deposit-test:
name: Ferry withdrawal tests
runs-on: ubuntu-latest
defaults:
run:
working-directory: ferry-deposit
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- uses: actions/setup-node@v4
with:
node-version: 18

- run: npm ci

- name: Build
run: npm run build

- name: Build
working-directory: .
run: docker compose up --wait

- name: Test L1 interface
run: npm run test-l1

- name: Test L2 interface
run: npm run test-l2

- name: Test ferry
run: npm run test-ferry

0 comments on commit 86ee551

Please sign in to comment.