Skip to content

Commit 54933d3

Browse files
committed
Created .actrc
1 parent 61796ff commit 54933d3

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.actrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
--container-architecture linux/amd64
2+
--pull=false
3+
--reuse
4+
-P ubuntu-latest=catthehacker/ubuntu:act-latest
5+
-P macos-latest=-self-hosted

.github/workflows/DependabotCommit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ concurrency:
1414
cancel-in-progress: true
1515

1616
jobs:
17-
Sync:
17+
18+
generate-sources:
1819
if: github.actor == 'dependabot[bot]'
1920
strategy:
2021
matrix:

.github/workflows/Test.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ concurrency:
1313

1414
jobs:
1515

16-
Test:
16+
test:
1717
strategy:
1818
matrix:
1919
os:
@@ -33,11 +33,5 @@ jobs:
3333
swift: ${{ matrix.swift }}
3434
os: ${{ matrix.os }}
3535

36-
- uses: ./.github/composites/git-config
37-
38-
- name: "Test Scripts work on ${{ matrix.os }}"
39-
run: swift Scripts/SPIManifestBuilder.swift
40-
- name: "Test Swift Package"
41-
run: |
42-
swift build
43-
swift test
36+
- run: swift build
37+
- run: swift test

0 commit comments

Comments
 (0)