Skip to content

Commit ae8c4cd

Browse files
committed
Update CI to run action against current branch
1 parent 7a25f5b commit ae8c4cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
repository: apple/swift-algorithms
2424
path: apple/swift-algorithms
2525
- name: Test apple/swift-algorithms
26-
uses: swift-android-action/
26+
uses: ./swift-android-action/
2727
#uses: skiptools/swift-android-action@main
2828
with:
2929
package-path: apple/swift-algorithms
@@ -35,7 +35,7 @@ jobs:
3535
repository: skiptools/swift-sqlite
3636
path: skiptools/swift-sqlite
3737
- name: Test skiptools/swift-sqlite
38-
uses: swift-android-action/
38+
uses: ./swift-android-action/
3939
#uses: skiptools/swift-android-action@main
4040
with:
4141
package-path: skiptools/swift-sqlite

0 commit comments

Comments
 (0)