Skip to content

Commit

Permalink
[CORE][CI] Fix smoke test cleanup
Browse files Browse the repository at this point in the history
Silly typo that re-triggered tests instead of cleaning them up
  • Loading branch information
erikzaadi committed Nov 20, 2024
1 parent 649f9b5 commit f56c499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/core-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
PORT_BASE_URL: ${{ secrets.PORT_BASE_URL }}
SMOKE_TEST_SUFFIX: ${{ github.run_id }}
run: |
make test/smoke
make clean/smoke
- name: Install current core for all integrations
run: |
Expand Down

0 comments on commit f56c499

Please sign in to comment.