diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 0b17321e..55bdc8ae 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -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 }}