Skip to content

Commit

Permalink
Disable e2e tests (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
MRamanenkau authored Nov 27, 2023
1 parent 9f390f4 commit d2c89d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ jobs:

trigger-e2e-tests:
runs-on: ubuntu-latest
# e2e tests are in migration process. Disable the tests as recommended in this slack message:
# https://cere-network.slack.com/archives/C04LRGSLWG0/p1699892758049319
if: false
needs: build
steps:
- name: Get short SHA
Expand Down

0 comments on commit d2c89d3

Please sign in to comment.