We need tailscale.

This commit is contained in:
Nicolas Patry 2024-06-08 08:46:55 +02:00
parent e62c51d140
commit 452d442ef2
No known key found for this signature in database
GPG Key ID: 690EBED7128A9DC8

View File

@ -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