forked from MapComplete/MapComplete
Runner: fix actions
This commit is contained in:
parent
7eb91cee38
commit
ca3f096e28
1 changed files with 5 additions and 6 deletions
11
.github/workflows/deploy_hosted.yml
vendored
11
.github/workflows/deploy_hosted.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue