From 1c6f5c362bc120c98d70a47389fee75c0bb9e63a Mon Sep 17 00:00:00 2001 From: Piotr Gesicki Date: Mon, 4 Mar 2024 13:26:44 +0100 Subject: [PATCH] add new test to workflow file --- .github/workflows/e2e_test.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/e2e_test.yml b/.github/workflows/e2e_test.yml index 040c98ea..ffa8a395 100644 --- a/.github/workflows/e2e_test.yml +++ b/.github/workflows/e2e_test.yml @@ -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: