Skip to content

Commit

Permalink
Update test-Linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelCarlos committed Mar 15, 2024
1 parent e60d101 commit 2ada740
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/test-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,8 @@ jobs:
Linux:
name: Test Linux
runs-on: ubuntu-latest
strategy:
matrix:
swift-version: ["5.5", "5.6"] # Example: test with Swift 5.5 and 5.6
container: swift:5.8
steps:
- uses: actions/checkout@v4
- name: Set up Swift
uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift-version }}
- name: Build and test
run: |
swift build
swift test
- uses: actions/checkout@v3
- name: Run tests
run: swift test

0 comments on commit 2ada740

Please sign in to comment.