Skip to content

Commit

Permalink
chore: fix tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
FC5570 committed May 3, 2024
1 parent 934c811 commit f415c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: yarn coverage
env:
VITE_HYPIXEL_API_KEY: ${{ secrets.VITE_HYPIXEL_API_KEY }}
VITE_TESTING_USERNAME: ${{ vars.VITE_TESTING_USERNAME }}
VITE_TESTING_UUID: ${{ vars.VITE_TESTING_USER_UUID }}
VITE_TESTING_USERNAME: ${{ secrets.VITE_TESTING_USERNAME }}
VITE_TESTING_UUID: ${{ secrets.VITE_TESTING_USER_UUID }}

- name: Build
run: yarn build

0 comments on commit f415c96

Please sign in to comment.