Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ikelax committed Jan 19, 2025
1 parent 1a910a3 commit 9dd403b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Install xcbeautify
run: |
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
echo "/home/linuxbrew" >> "$GITHUB_PATH"
echo "/home/linuxbrew/.linuxbrew/Cellar/xcbeautify" >> "$GITHUB_PATH"
brew install xcbeautify
- name: Test
run: set -o pipefail && swift test | xcbeautify --renderer github-actions

0 comments on commit 9dd403b

Please sign in to comment.