Skip to content

Change Trie access level to internal (implicitly) #445

Change Trie access level to internal (implicitly)

Change Trie access level to internal (implicitly) #445

Workflow file for this run

name: Unit Tests
on:
# This runs in the context of the base of the pull request,
# rather than in the context of the merge commit.
# Maintainers must approve and we tighten permissions below.
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
build-and-test:
uses: huggingface/hf-workflows/.github/workflows/swift_transformers_unit_tests.yml@main
with:
# Use the PR merge ref, not the head.
pr_number: ${{ github.event.pull_request.number }}
secrets: inherit