diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index c5e2ec089..a81053ba1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -50,7 +50,5 @@ jobs: ./test-node.bash script send-l2 --to address_0x01fA6bf4Ee48B6C95900BCcf9BEA172EF5DBd478 --ethamount 10000 # fund Bob's wallet ./test-node.bash script send-l2 --to address_0xF4EaCDAbEf3c8f1EdE91b6f2A6840bc2E4DD3526 --ethamount 10000 - shell: zsh - name: run integration tests - run: ./integration/test.sh - shell: zsh \ No newline at end of file + run: ./integration/test.sh \ No newline at end of file