Skip to content

Commit

Permalink
Delete tailscale
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuzu committed Jan 1, 2025
1 parent e6f0ae4 commit ecc2995
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,6 @@ jobs:
- name: Clone the code
uses: actions/checkout@v4

- 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
- run: |
cd .github && docker compose up -d
docker ps -a
Expand Down Expand Up @@ -110,10 +94,3 @@ jobs:
export INCUS_TOKEN=~/.config/incus/oidctokens/incus.txt
go mod tidy
make test-e2e
exit 1
- name: Wait
if: failure()
run: |
sleep 3600
echo "Failed"

0 comments on commit ecc2995

Please sign in to comment.