Skip to content

Commit

Permalink
Merge pull request #412 from Aiven-Open/ivanyu/fix-e2e-in-pipeline
Browse files Browse the repository at this point in the history
Run correct E2E test types
  • Loading branch information
jeqo authored Oct 3, 2023
2 parents d8f2823 + 1172888 commit 5cfddfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main_push_and_pull_request_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:

- name: Run E2E tests
timeout-minutes: 30
run: E2E_TEST=${{ matrix.test }} make e2e_test
run: make E2E_TEST=${{ matrix.test }} e2e_test

# TODO: publish docker image

0 comments on commit 5cfddfb

Please sign in to comment.