From ca3f096e2834566d00218a91b49c5204e4dd1e0e Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 5 Dec 2024 18:08:27 +0100 Subject: [PATCH] Runner: fix actions --- .github/workflows/deploy_hosted.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/deploy_hosted.yml b/.github/workflows/deploy_hosted.yml index ca25e6aa8..5b6965585 100644 --- a/.github/workflows/deploy_hosted.yml +++ b/.github/workflows/deploy_hosted.yml @@ -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 }}