mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Push.
This commit is contained in:
parent
c5ee3bc0cd
commit
cac01940eb
12
.github/workflows/build.yaml
vendored
12
.github/workflows/build.yaml
vendored
@ -165,18 +165,6 @@ jobs:
|
||||
- name: Install
|
||||
run: |
|
||||
make install-integration-tests
|
||||
- name: Tailscale
|
||||
uses: huggingface/tailscale-action@main
|
||||
with:
|
||||
authkey: ${{ secrets.TAILSCALE_SSH_AUTHKEY }}
|
||||
debugEnabled: true
|
||||
slackChannel: ${{ secrets.SLACK_CIFEEDBACK_CHANNEL }}
|
||||
slackToken: ${{ secrets.SLACK_CIFEEDBACK_BOT_TOKEN }}
|
||||
waitForSSH: true
|
||||
- name: Wait for SSH
|
||||
run : |
|
||||
sleep 30s
|
||||
while [ "$(last | grep '^runner.*still logged in$')" ]; do sleep 1m; done
|
||||
- name: Run tests
|
||||
run: |
|
||||
export HUGGING_FACE_HUB_TOKEN=${{ secrets.HUGGING_FACE_HUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user