Skip to content

Commit

Permalink
Change tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gastongaiduk committed Dec 18, 2024
1 parent d585f8e commit 5c9e20e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
- name: Install dependencies
run: npm install

- name: Build project
env:
VITE_API_URL: ${{ vars.API_URL }}
VITE_ENCRYPTION_KEY: ${{ secrets.ENCRYPTION_KEY }}
run: npm run build

- name: Start Vite server
run: npm run dev:expose &

Expand Down

0 comments on commit 5c9e20e

Please sign in to comment.