Skip to content

Commit

Permalink
fix swift ver
Browse files Browse the repository at this point in the history
  • Loading branch information
kattouf committed Jul 16, 2024
1 parent d6a0248 commit 876ab39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# This workflow will build a Swift project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-swift

name: Integration tests
name: Tests
on: [push]
jobs:
build:
name: Integration tests
name: Integration tests / macOS
runs-on: macos-latest

steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
with:
swift-version: 5.10
swift-version: "5.10"
- name: Run tests
run: make test

0 comments on commit 876ab39

Please sign in to comment.