Skip to content

Commit

Permalink
add new test to workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
pgoos committed Mar 4, 2024
1 parent 2d8cfe4 commit 1c6f5c3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,24 @@ on:
# trigger workflow if PR is marked ready for review.
- ready_for_review
paths-ignore:
- 'docs/**'
- '**.md'
- 'LICENSE'
- "docs/**"
- "**.md"
- "LICENSE"

permissions:
contents: read
packages: write

jobs:
jobs:
# e2e-tests-by runs the actual go test command to trigger the test.
e2e-tests:
strategy:
matrix:
tests:
tests:
- "e2e-test-ibc-success"
- "e2e-test-ibc-timeout"
- "e2e-test-ibc-grace-period"
- "e2e-test-eibc-fulfillment"
fail-fast: false
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1c6f5c3

Please sign in to comment.