TRying the tailscale action quickly.

This commit is contained in:
Nicolas Patry 2024-10-01 15:54:02 +02:00
parent a97931f3d8
commit 290bd2ec4c
No known key found for this signature in database
GPG Key ID: E939E8CC91A1C674

View File

@ -184,6 +184,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