Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp authored Jun 24, 2024
1 parent 3856f57 commit d33b9d5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ jobs:
macOS:
name: Test on macOS
runs-on: macOS-14
env:
DEVELOPER_DIR: /Applications/Xcode_16.0.app
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Show environments
run: |
swift --version
Expand All @@ -21,11 +23,11 @@ jobs:
- name: Build & test SwiftPM
run: |
swift build
swift test 2>&1 | xcpretty -c
swift test --enable-swift-testing
linux:
runs-on: ubuntu-latest
container: swift:latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Unit Test
run: swift test
run: swift test --enable-swift-testing

0 comments on commit d33b9d5

Please sign in to comment.