From e88ef792a3054831bef40c54c23b1f67505f2cdc Mon Sep 17 00:00:00 2001 From: log101 Date: Tue, 25 Jun 2024 15:18:22 +0300 Subject: [PATCH] ci: remove test phase --- .gitea/workflows/static-deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/static-deploy.yml b/.gitea/workflows/static-deploy.yml index 729cc08..e5cea24 100644 --- a/.gitea/workflows/static-deploy.yml +++ b/.gitea/workflows/static-deploy.yml @@ -50,9 +50,6 @@ jobs: run: | ${{ steps.detect-package-manager.outputs.runner }} astro build working-directory: ${{ env.BUILD_PATH }} - - uses: cypress-io/github-action@v6 - with: - browser: chrome - name: Deploy to my server id: deploy uses: up9cloud/action-rsync@master