Skip to content

Commit

Permalink
disable test
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kohey committed May 26, 2023
1 parent 1cd3b54 commit 905d4e6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,17 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-13

steps:
- uses: actions/checkout@v3
- name: Build
run: |
swift build -v
swift build -v --package-path EventGen
# EventGen requires Xcode14.3
# swift build -v --package-path EventGen
- name: Run tests
run: |
swift test -v
swift test -v --package-path EventGen
# EventGen requires Xcode14.3
# swift test -v --package-path EventGen

0 comments on commit 905d4e6

Please sign in to comment.