Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Apr 21, 2022
1 parent 1258b12 commit c12e305
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v2
- name: Xcode Version
run: |
xcodebuild -version
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,6 @@ name: Swift
on: [push]

jobs:

macOS-swift:
name: macOS
runs-on: macOS-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Xcode Version
run: |
xcodebuild -version
swift --version
- name: Swift Version
run: swift --version
- name: Build (Debug)
run: swift build -c debug
- name: Build (Release)
run: swift build -c release
- name: Test (Debug)
run: swift test --configuration debug --enable-test-discovery
- name: Test (Release)
run: swift test --configuration release -Xswiftc -enable-testing --enable-test-discovery

linux-swift:
name: Linux x86_64
runs-on: ubuntu-20.04
Expand Down

0 comments on commit c12e305

Please sign in to comment.