forked from MapComplete/MapComplete
Attempt to speed up build process
This commit is contained in:
parent
42a87d2611
commit
6b8bf304e6
3 changed files with 7 additions and 9 deletions
8
.github/workflows/deploy_dev.yml
vendored
8
.github/workflows/deploy_dev.yml
vendored
|
@ -33,18 +33,14 @@ jobs:
|
|||
run: npm run generate:translations
|
||||
shell: bash
|
||||
|
||||
- name: generate layeroverview
|
||||
run: npm run reset:layeroverview
|
||||
- name: Prepare deploy
|
||||
run: npm run prepare-deploy
|
||||
shell: bash
|
||||
|
||||
- name: run tests
|
||||
run: npm run test
|
||||
shell: bash
|
||||
|
||||
- name: Prepare deploy
|
||||
run: npm run prepare-deploy
|
||||
shell: bash
|
||||
|
||||
- name: Clone deployment repo
|
||||
env:
|
||||
DEPLOY_KEY_PIETERVDVN: ${{ secrets.DEPLOY_KEY_PIETERVDVN }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue