Skip to content

Commit

Permalink
Ci build id is mandatory in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Oct 16, 2023
1 parent 37a230b commit 9a8009a
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 @@ -362,7 +362,7 @@ jobs:
--browser chrome:stable
--record --key ${{ secrets.CYPRESS_RECORD_KEY }}
--parallel
--ci-build-id ${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt}}
- name: export e2e test logs
if: failure()
Expand Down

0 comments on commit 9a8009a

Please sign in to comment.