Use githubLicenses
for the latest_result.txt output
#150
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: | |
pull_request: | |
push: | |
branches: main | |
jobs: | |
test: | |
runs-on: macos-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: Cyberbeni/install-swift-tool@v2 | |
with: | |
url: https://github.com/tuist/xcbeautify | |
version: '*' | |
- run: | | |
set -o pipefail | |
swift test 2>&1 | xcbeautify |