Skip to content

Commit

Permalink
CI updates
Browse files Browse the repository at this point in the history
  • Loading branch information
donnywals authored Oct 3, 2024
1 parent 7db7982 commit 0373b5a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/transloaditkit-ci.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
name: CI
on: [push]
on: [push, workflow_dispatch]
jobs:
build:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: ["macos-latest"]
swift: ["5.5"]
swift: ["5.10"]
runs-on: ${{ matrix.os }}
steps:
- name: Extract Branch Name
run: echo "BRANCH=$(echo ${GITHUB_REF##*/})" >> $GITHUB_ENV
- uses: fwal/setup-swift@v1
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- name: Get swift version
run: swift --version
- uses: actions/checkout@v2
- name: Build
run: swift build
Expand Down

0 comments on commit 0373b5a

Please sign in to comment.