Skip to content

Commit d80f5de

Browse files
make use of brightdigit/swift-build for built and test swift
1 parent 601368e commit d80f5de

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/BushelKit.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,7 @@ jobs:
1616
image: swift:6.0-noble
1717
steps:
1818
- uses: actions/checkout@v4
19-
- name: Cache swift package modules
20-
id: cache-spm-linux
21-
uses: actions/cache@v4
22-
env:
23-
cache-name: cache-spm
24-
with:
25-
path: .build
26-
key: ${{ runner.os }}-${{ env.cache-name }}-${{ matrix.swift-version }}-${{ hashFiles('Package.resolved') }}
27-
restore-keys: |
28-
${{ runner.os }}-${{ env.cache-name }}-${{ matrix.swift-version }}-
29-
${{ runner.os }}-${{ env.cache-name }}-
30-
- name: Test
31-
run: swift test --enable-code-coverage
19+
- uses: brightdigit/swift-build@v1
3220
- uses: sersoft-gmbh/swift-coverage-action@v4
3321
id: coverage-files
3422
with:

0 commit comments

Comments
 (0)