Skip to content

Commit

Permalink
ci: devtunnel test
Browse files Browse the repository at this point in the history
  • Loading branch information
wenytang-ms committed May 6, 2024
1 parent c052723 commit 1dd9aaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ui-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ jobs:
- name: clean devtunnel
run: |
curl -sL https://aka.ms/DevTunnelCliInstall | bash
wget https://tunnelsassetsprod.blob.core.windows.net/cli/1.0.1249+67b1cd300c/linux-x64-devtunnel -O ~/bin/devtunnel
chmod 777 ~/bin/devtunnel
~/bin/devtunnel user login --sp-tenant-id ${{env.DEVTUNNEL_TENANT_ID}} --sp-client-id ${{env.DEVTUNNEL_CLIENT_ID}} --sp-secret ${{env.DEVTUNNEL_CLIENT_SECRET}}
~/bin/devtunnel delete-all -f
Expand Down

0 comments on commit 1dd9aaa

Please sign in to comment.