Actions: run tests before the heavy deploy

This commit is contained in:
Pieter Vander Vennet 2024-12-03 17:04:37 +01:00
parent f4160ebcf0
commit b86b8dd1ee

View file

@ -31,10 +31,6 @@ jobs:
run: npm run generate:translations
shell: bash
- name: Prepare deploy
run: npm run prepare-deploy
shell: bash
- name: run tests
run: |
pwd
@ -42,6 +38,12 @@ jobs:
npm run test
shell: bash
- name: Prepare deploy
run: npm run prepare-deploy
shell: bash
- name: Upload artefact
env:
SSH_KEY: ${{ secrets.HETZNER_KEY }}