Skip to content

Commit

Permalink
Use matrix in build_id
Browse files Browse the repository at this point in the history
  • Loading branch information
mkraeml authored and jozsefdamokos committed Dec 27, 2024
1 parent a4342ca commit 1e562f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ jobs:
- name: Run Playwright
working-directory: custom/plugins/${{ github.event.repository.name }}/tests/acceptance
run: |
npx pwc --project-id ${{ secrets.CURRENTS_PROJECT_ID }} --key ${{ secrets.CURRENTS_RECORD_KEY }}
npx pwc --project-id ${{ secrets.CURRENTS_PROJECT_ID }} --key ${{ secrets.CURRENTS_RECORD_KEY }} --ci-build-id ${{ github.repository }}-${{ github.run_id }}-${{ matrix.PLATFORM_BRANCH }}-${{ github.run_attempt }}

0 comments on commit 1e562f7

Please sign in to comment.