Skip to content

Commit

Permalink
[CI] fix: Move to reusable workflow (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
glegendre01 authored Mar 27, 2024
1 parent 18b62e5 commit 9d82e00
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,4 @@ on:

jobs:
build-and-test:
runs-on: [ self-hosted, macOS ]
steps:
- uses: actions/checkout@v4
- name: Build
run: swift build --vv --build-tests
- name: Run tests
run: swift test --vv --skip-build
uses: huggingface/hf-workflows/.github/workflows/swift_transformers_unit_tests.yml@main

0 comments on commit 9d82e00

Please sign in to comment.