aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBen <31181527+benedom@users.noreply.github.com>2023-10-19 15:33:00 +0200
committerGitHub <noreply@github.com>2023-10-19 15:33:00 +0200
commit2e2caa37d1df2735272bfe6af2f3b7e0a4535532 (patch)
tree9c621f4d66d7934f54ca5ddca711a3eefdc2b4ff /.github/workflows
parent23f7d40d699b600fe17fc88cb15830e3b1ebfb2b (diff)
Update swift.yml
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/swift.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml
index fdff5f4..d3825be 100644
--- a/.github/workflows/swift.yml
+++ b/.github/workflows/swift.yml
@@ -21,11 +21,14 @@ jobs:
runs-on: macos-13
steps:
- - uses: actions/checkout@v3
- - uses: swift-actions/setup-swift@v1
+ - name: Checkout
+ uses: actions/checkout@v3
- name: Get swift version
+ uses: swift-actions/setup-swift@v1
+ - name: Print Swift version
run: swift --version
- - uses: mxcl/xcodebuild@v1
+ - name: Build & Test
+ uses: mxcl/xcodebuild@v1
with:
xcode: ${{ matrix.xcode }}
platform: ${{ matrix.platform }}