ci: remove test phase
All checks were successful
/ Build (push) Successful in 1m13s

This commit is contained in:
log101 2024-06-25 15:18:22 +03:00
parent 6521e2a057
commit e88ef792a3

View File

@ -50,9 +50,6 @@ jobs:
run: | run: |
${{ steps.detect-package-manager.outputs.runner }} astro build ${{ steps.detect-package-manager.outputs.runner }} astro build
working-directory: ${{ env.BUILD_PATH }} working-directory: ${{ env.BUILD_PATH }}
- uses: cypress-io/github-action@v6
with:
browser: chrome
- name: Deploy to my server - name: Deploy to my server
id: deploy id: deploy
uses: up9cloud/action-rsync@master uses: up9cloud/action-rsync@master