Skip to content

Commit

Permalink
Create unique commit ID for E2E test
Browse files Browse the repository at this point in the history
  • Loading branch information
viktigpetterr committed Dec 8, 2022
1 parent dc0b436 commit 369e240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
retention-days: 2

- name: Test - E2E
run: go run cmd/debricked/main.go scan . -t ${{ secrets.DEBRICKED_TOKEN }} -e "**/testdata/**"
run: go run cmd/debricked/main.go scan -t ${{ secrets.DEBRICKED_TOKEN }} -e "**/testdata/**" -r debricked/cli-test -c E2E-test-${{ github.run_id }}-${{ github.run_number }}-${{ github.run_attempt }}

static:
name: Static
Expand Down

0 comments on commit 369e240

Please sign in to comment.