Skip to content

Commit

Permalink
Fix build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
florislangeraert authored Oct 6, 2023
1 parent a8cb020 commit b6e924a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Test
run: npm run test:unit
run: npm run test
- name: Build
run: npm run build && zip -r dgds-frontend.zip dist
env:
VUE_APP_MAPBOX_TOKEN: ${{ secrets.VUE_APP_MAPBOX_TOKEN }}
VUE_APP_MAPBOX_STYLE: ${{ secrets.VUE_APP_MAPBOX_STYLE }}
VUE_APP_MAPBOX_LAYERS_STYLE: ${{ secrets.VUE_APP_MAPBOX_LAYERS_STYLE }}
VUE_APP_SERVER_URL: ${{ secrets.VUE_APP_SERVER_URL }}
VUE_APP_CATALOG_URL: ${{ secrets.VUE_APP_CATALOG_URL }}

Expand Down

0 comments on commit b6e924a

Please sign in to comment.