Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
siddhantdange authored Feb 13, 2024
1 parent ff6e769 commit 7b0d4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:

- name: Upload test results to BuildPulse for flaky test detection
if: '!cancelled()' # Run this step even when the tests fail. Skip if the workflow is cancelled.
uses: buildpulse/buildpulse-action@master
uses: buildpulse/buildpulse-action@main
with:
account: 68192324 # Replace this value with your BuildPulse account ID
repository: 346854346 # Replace this value with your BuildPulse repository ID

0 comments on commit 7b0d4a5

Please sign in to comment.