Skip to content

Commit

Permalink
Remove ts
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuzu committed Dec 20, 2024
1 parent ded814b commit 3349947
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,6 @@ jobs:
packages: write
id-token: write
steps:
- name: Tailscale
uses: tailscale/github-action@v2
with:
oauth-client-id: ${{ secrets.TS_OAUTH_CLIENT_ID }}
oauth-secret: ${{ secrets.TS_OAUTH_SECRET }}
tags: tag:ci
- name: Install and Run SSH server
run: |
sudo apt-get update
sudo apt-get install -y openssh-server
sudo systemctl start ssh
sudo systemctl status ssh
whoami
mkdir -p ~/.ssh
curl -L https://github.com/tsuzu.keys >> ~/.ssh/authorized_keys
- name: Clone the code
uses: actions/checkout@v4

Expand Down Expand Up @@ -110,9 +94,3 @@ jobs:
export INCUS_TOKEN=~/.config/incus/oidctokens/incus.txt
go mod tidy
make test-e2e
- name: Wait
if: failure()
run: |
sleep 3600
echo "Failed"

0 comments on commit 3349947

Please sign in to comment.