We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf8bb3 commit 5e4680eCopy full SHA for 5e4680e
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
bin/rspec
21
- name: Upload test results to BuildPulse for flaky test detection
22
if: '!cancelled()' # Run this step even when the tests fail. Skip if the workflow is cancelled.
23
- uses: buildpulse/buildpulse-action@master
+ uses: buildpulse/buildpulse-action@main
24
with:
25
account: 68192324 # Replace this value with your BuildPulse account ID
26
repository: 238705816 # Replace this value with your BuildPulse repository ID
0 commit comments