Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiago Saife authored Dec 27, 2023
1 parent 4a2573d commit 239a91f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ jobs:
run: npm ci
- run: npm run lint
- run: npm run prettier -- --check
- name: Sets variables to test

- name: Sets all variables to unit tests
env:
VITE_ACCESS_TOKEN: ${{ secrets.VITE_ACCESS_TOKEN }}
VITE_OAUTH_TOKEN: ${{ secrets.VITE_OAUTH_TOKEN }}
VITE_SPACE_ID: ${{ vars.VITE_SPACE_ID }}
run: npm run test

- run: npm run build

0 comments on commit 239a91f

Please sign in to comment.