mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-22 15:32:08 +00:00
We need tailscale.
This commit is contained in:
parent
e62c51d140
commit
452d442ef2
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -166,6 +166,10 @@ jobs:
|
||||
- name: Install
|
||||
run: |
|
||||
make install-integration-tests
|
||||
- name: Tailscale
|
||||
uses: huggingface/tailscale-action@main
|
||||
with:
|
||||
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
|
||||
- name: Run tests
|
||||
run: |
|
||||
export DOCKER_VOLUME=/mnt/cache
|
||||
|
Loading…
Reference in New Issue
Block a user