Skip to content

Commit

Permalink
Merge pull request #121 from kkebo/remove-set-e-from-compare
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo authored Oct 12, 2024
2 parents ed2789b + ccee894 commit 6929e6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
- name: swift package benchmark baseline compare
id: compare
run: |
set +e
echo 'OUTPUT<<EOF' >> "$GITHUB_OUTPUT"
swift package --package-path Benchmarks benchmark baseline compare main pull_request --no-progress --quiet --format markdown >> "$GITHUB_OUTPUT"
echo 'EOF' >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 6929e6c

Please sign in to comment.