1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-08-10 13:46:46 +02:00

.github/workflows: hi is now a command

Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
Kristoffer Dalby 2025-06-19 12:57:54 +02:00
parent 08de6a50e7
commit 8fae7edd60
No known key found for this signature in database

View File

@ -142,7 +142,7 @@ jobs:
attempt_delay: 300000 # 5 min
attempt_limit: 10
command: |
nix develop --command -- go run ./cmd/hi run "^${{ matrix.test }}$" \
nix develop --command -- hi run "^${{ matrix.test }}$" \
--timeout=120m \
--postgres=${{ matrix.database == 'postgres' && 'true' || 'false' }}
- uses: actions/upload-artifact@v4