Skip to content

Commit ee5dbeb

Browse files
committed
Update CI to run action against current branch
1 parent e3a5cb1 commit ee5dbeb

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/test-action.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,18 @@ jobs:
1212
matrix:
1313
os: ['ubuntu-24.04', 'ubuntu-22.04', 'ubuntu-20.04', 'macos-13', 'macos-15']
1414
steps:
15+
- name: Checkout Action
16+
uses: actions/checkout@v4
17+
with:
18+
path: swift-android-action
19+
1520
- name: Checkout apple/swift-algorithms
1621
uses: actions/checkout@v4
1722
with:
1823
repository: apple/swift-algorithms
1924
path: apple/swift-algorithms
2025
- name: Test apple/swift-algorithms
21-
uses: ./
26+
uses: swift-android-action
2227
#uses: skiptools/swift-android-action@main
2328
with:
2429
package-path: apple/swift-algorithms
@@ -30,7 +35,7 @@ jobs:
3035
repository: skiptools/swift-sqlite
3136
path: skiptools/swift-sqlite
3237
- name: Test skiptools/swift-sqlite
33-
uses: ./
38+
uses: swift-android-action
3439
#uses: skiptools/swift-android-action@main
3540
with:
3641
package-path: skiptools/swift-sqlite

0 commit comments

Comments
 (0)