mirror of
https://github.com/tailscale/github-action.git
synced 2026-08-20 23:19:24 +00:00
check status
Signed-off-by: Lee Briggs <lee@leebriggs.co.uk> Signed-off-by: Percy Wegmann <percy@tailscale.com>
This commit is contained in:
parent
b9a346ef11
commit
ed8cd4e9bf
1 changed files with 8 additions and 0 deletions
8
.github/workflows/speed-comparison.yml
vendored
8
.github/workflows/speed-comparison.yml
vendored
|
|
@ -78,6 +78,10 @@ jobs:
|
|||
timeout: "3m"
|
||||
retry: 3
|
||||
|
||||
- name: Status
|
||||
run: tailscale status
|
||||
shell: bash
|
||||
|
||||
- name: Calculate Our Action Time
|
||||
id: calculate-time
|
||||
run: |
|
||||
|
|
@ -136,6 +140,10 @@ jobs:
|
|||
oauth-secret: ${{ secrets.TAILSCALE_OAUTH_CLIENT_SECRET }}
|
||||
tags: "tag:ci"
|
||||
version: "1.82.0"
|
||||
|
||||
- name: Status
|
||||
run: tailscale status
|
||||
shell: bash
|
||||
|
||||
- name: Calculate Official Action Time
|
||||
id: calculate-time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue