We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8833e6f commit 9130cc0Copy full SHA for 9130cc0
.github/workflows/swift.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Checkout
27
uses: actions/checkout@v4
28
- name: Test Linux
29
- uses: swift test
+ run: swift test
30
- name: Test Android
31
uses: skiptools/swift-android-action@v2
32
0 commit comments