Skip to content

Commit

Permalink
Add accesstoken before yarn install
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Dec 11, 2020
1 parent ad9168c commit f2bf121
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- run: yarn install
working-directory: example
- run: echo $MAPBOX_ACCESS_TOKEN > ./accesstoken
working-directory: example
env:
MAPBOX_ACCESS_TOKEN: ${{ secrets.MAPBOX_ACCESS_TOKEN }}
- run: yarn install
working-directory: example
- run: yarn install
working-directory: example
- run: npm install
- run: npm run build --if-present
- run: npm test
Expand Down

0 comments on commit f2bf121

Please sign in to comment.