Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrendel authored Jun 19, 2022
1 parent bf9ff2b commit b2090da
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
on: push
name: Test

on:
push:

jobs:
test:
runs-on: macos-12
name: Test
runs-on: macos-latest

steps:
- uses: actions/checkout@v2
# Available environments: https://github.com/actions/virtual-environments/blob/main/images/macos/macos-12-Readme.md#xcode
- run: xcversion select 13.3
- run: swift package resolve
- run: swift test --skip-update
- name: Build
run: swift build -v
- name: Test
run: swift test -v

0 comments on commit b2090da

Please sign in to comment.