We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18b62e5 commit 9d82e00Copy full SHA for 9d82e00
.github/workflows/unit-tests.yml
@@ -9,10 +9,4 @@ on:
9
10
jobs:
11
build-and-test:
12
- runs-on: [ self-hosted, macOS ]
13
- steps:
14
- - uses: actions/checkout@v4
15
- - name: Build
16
- run: swift build --vv --build-tests
17
- - name: Run tests
18
- run: swift test --vv --skip-build
+ uses: huggingface/hf-workflows/.github/workflows/swift_transformers_unit_tests.yml@main
0 commit comments