Skip to content

Commit

Permalink
Merge pull request #9 from xendit/chore/fix-workflow
Browse files Browse the repository at this point in the history
chore: fix version
  • Loading branch information
sedzd authored Jan 14, 2025
2 parents 8a0df05 + 853f359 commit 42504a9
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@ on: [push]

jobs:
build:
name: Swift ${{ matrix.swift }}
strategy:
matrix:
swift: ["5.5", "5.6"]
fail-fast: false
runs-on: macos-11
name: Swift Tests
runs-on: macos-13
env:
DEVELOPER_DIR: /Applications/Xcode_14.3.1.app/Contents/Developer
steps:
- uses: swift-actions/setup-swift@v1
with:
swift-version: ${{ matrix.swift }}
swift-version: "5.7"
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -c release -Xswiftc -enable-testing --enable-test-discovery
run: swift test -c release -Xswiftc -enable-testing

0 comments on commit 42504a9

Please sign in to comment.