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
shell: bash
- name: Prepare deploy
run: npm run prepare-deploy
shell: bash
- name: run tests
run: |
pwd
@ -38,12 +43,6 @@ 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 }}