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:
parent
08de6a50e7
commit
8fae7edd60
2
.github/workflows/test-integration.yaml
vendored
2
.github/workflows/test-integration.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user