Attempt to speed up build process

This commit is contained in:
Pieter Vander Vennet 2023-12-06 12:19:14 +01:00
parent 42a87d2611
commit 6b8bf304e6
3 changed files with 7 additions and 9 deletions

View file

@ -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 }}