Skip to content

Commit 9d82e00

Browse files
authored
[CI] fix: Move to reusable workflow (#82)
1 parent 18b62e5 commit 9d82e00

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,4 @@ on:
99

1010
jobs:
1111
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
12+
uses: huggingface/hf-workflows/.github/workflows/swift_transformers_unit_tests.yml@main

0 commit comments

Comments
 (0)