diff --git a/.github/workflows/test-e2e.yml b/.github/workflows/test-e2e.yml index 55e3314..9f58b79 100644 --- a/.github/workflows/test-e2e.yml +++ b/.github/workflows/test-e2e.yml @@ -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 @@ -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"