Skip to content

Commit

Permalink
CI: Allow GitLab E2E test jobs to fail (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcny committed Apr 7, 2023
1 parent e0024e5 commit 78812f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ stages:
- yarn --immutable
- echo "Tests for ${CHAIN_URL}"
- yarn test:latest-e2e-tests --log-level info --chain ${CHAIN_NAME} --local ${CHAIN_URL}
allow_failure: true

e2e-westend:
<<: *e2e-template
Expand Down

0 comments on commit 78812f2

Please sign in to comment.