forked from kolplattformen/skolplattformen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Sebastian Palmqvist <[email protected]>
- Loading branch information
1 parent
e963826
commit d813f51
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
cache: 'npm' | ||
cache-dependency-path: ${{ github.workspace }}/apps/skolplattformen-app-new/package-lock.json | ||
- name: set npm version | ||
run: npm install -g [email protected] && echo "secrets.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" && echo "secrets.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }} echo "workspace= ${{ github.workspace }}"" | ||
run: npm install -g [email protected] && echo "secrets.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" && echo "secrets.GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" &&" echo "workspace= ${{ github.workspace }}" && echo "secrets.MAPS_API_KEY=${{secrets.MAPS_API_KEY}}"" | ||
- name: install node modules | ||
run: cd apps/skolplattformen-app-new && npm ci | ||
- name: Setup local.properties | ||
|