Skip to content

Commit

Permalink
tests: fix condition for extracting test results (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
abalias authored Feb 27, 2023
1 parent c5a0271 commit 0d3dd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:

- name: Extract test results
id: analyze_test_results
if: github.ref_name == 'master'
if: github.ref_name == 'main'
run: |
JSON_RESULTS="target/site/serenity/serenity-summary.json"
CONCLUSION=failure
Expand Down

0 comments on commit 0d3dd96

Please sign in to comment.