Skip to content

Commit

Permalink
Updated our GitHub action workflows to use the latest checkout version.
Browse files Browse the repository at this point in the history
  • Loading branch information
macblazer committed Feb 11, 2024
1 parent ce69f58 commit aad8565
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# SPDX-License-Identifier: MIT
# Copyright 2023, Jamf
# Copyright 2024, Jamf

name: UnitTests

Expand All @@ -14,15 +14,15 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run macOS tests (including integration)
run: swift test

Test-on-all-others:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run iOS tests
run: xcodebuild test -scheme Haversack-Package -destination 'platform=iOS Simulator,name=iPhone 14'
- name: Run tvOS tests
Expand All @@ -34,6 +34,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: GitHub Action for SwiftLint
uses: norio-nomura/action-swiftlint@3.2.1

0 comments on commit aad8565

Please sign in to comment.