Skip to content

Commit

Permalink
Change in the naming of test activities (#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexChetverov authored Mar 14, 2024
1 parent b6d9db6 commit a903ec2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
id: setTestRun


e2e-test-matrix:
e2e-tm:
needs: [setup-report]
strategy:
fail-fast: false
Expand Down Expand Up @@ -294,7 +294,7 @@ jobs:
docker-compose down -v
test-complete:
needs: [setup-report, e2e-test-matrix]
needs: [setup-report, e2e-tm]
if: always()
runs-on: ubuntu-latest
steps:
Expand All @@ -312,7 +312,7 @@ jobs:
continue-on-error: true

slack-notify-nook:
needs: [e2e-test-matrix]
needs: [e2e-tm]
if: failure()
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a903ec2

Please sign in to comment.