ci: add test stage for cypress tests
Some checks failed
/ Build (push) Failing after 1m59s

This commit is contained in:
log101 2024-06-16 20:58:16 +03:00
parent 3a09561e5f
commit 9c8181ac32

View File

@ -50,6 +50,9 @@ 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