Skip to content

Commit

Permalink
Use latest version of fwal/setup-swift and remove disable concurrency…
Browse files Browse the repository at this point in the history
… flag
  • Loading branch information
elvirion committed Apr 3, 2022
1 parent b0c8354 commit df1a3ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/transloaditkit-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
steps:
- name: Extract Branch Name
run: echo "BRANCH=$(echo ${GITHUB_REF##*/})" >> $GITHUB_ENV
- uses: fwal/setup-swift@v1.10.0
- uses: fwal/setup-swift@v1
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v2
- name: Build
run: swift build -Xswiftc --disable-experimental-concurrency
run: swift build
- name: Run tests
run: swift test -Xswiftc --disable-experimental-concurrency
run: swift test
- uses: 8398a7/action-slack@v3
if: failure() && env.BRANCH == 'master'
with:
Expand Down

0 comments on commit df1a3ea

Please sign in to comment.