Runner: fix actions

This commit is contained in:
Pieter Vander Vennet 2024-12-05 18:08:27 +01:00
parent 7eb91cee38
commit ca3f096e28

View file

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