Skip to content

feat(ci): add deposit and withdrawal e2e tests #1

feat(ci): add deposit and withdrawal e2e tests

feat(ci): add deposit and withdrawal e2e tests #1

name: 'Deposit and Withdrawal End To End Test'
on:
push:
branches:
- feat/OR-1749-deposit-withdraw-e2e-tests
jobs:
deposit-withdrawal-e2e-tests:
name: 'Deposit and Withdrawal E2E tests'
runs-on: ubuntu-latest-l
container:
image: tokamaknetwork/thanos-ci-builder:latest
steps:
- name: Check CPUs
run: lscpu && echo
- name: Checkout
uses: actions/[email protected]
- name: Add repository to git safe directories
run: git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Run deposit withdrawal e2e tests
run: make test-deposit-withdrawal
working-directory: op-e2e