Skip to content

Commit

Permalink
Enable multiswap tests & staking e2e (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
goncer authored Jun 20, 2023
1 parent bbcdc7d commit f766c36
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ jobs:
fast: true
- command: "yarn test-governance"
fast: true
- command: "yarn test-multiswap"
fast: false
- command: "yarn test-experimentalStaking"
fast: true

runs-on: [self-hosted, compile]
timeout-minutes: 180
Expand Down Expand Up @@ -236,6 +240,7 @@ jobs:
env:
TESTMO_URL: ${{ secrets.TESTMO_URL }}
TESTMO_TOKEN: ${{ secrets.TESTMO_TOKEN }}
continue-on-error: true

- name: Collect docker logs on failure
if: failure()
Expand Down Expand Up @@ -289,3 +294,5 @@ jobs:
env:
TESTMO_URL: ${{ secrets.TESTMO_URL }}
TESTMO_TOKEN: ${{ secrets.TESTMO_TOKEN }}
continue-on-error: true

0 comments on commit f766c36

Please sign in to comment.