From b86b8dd1ee6a7630dba3afd4d0b56aaf35d2097b Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Tue, 3 Dec 2024 17:04:37 +0100 Subject: [PATCH] Actions: run tests before the heavy deploy --- .github/workflows/deploy_hosted.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy_hosted.yml b/.github/workflows/deploy_hosted.yml index 0c88d12ee8..ca25e6aa80 100644 --- a/.github/workflows/deploy_hosted.yml +++ b/.github/workflows/deploy_hosted.yml @@ -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 }}