Skip to content

Commit

Permalink
chore(#439): fix cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Sep 5, 2022
1 parent d9d4b1a commit 489bb58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
run: cd nuxt && yarn lint

- name: Run tests 🧪
run: cd nuxt && yarn test
# @TODO - Update to use a local (CI) backend instead of production.
run: cd nuxt && BASE_URL=https://demo-api.druxtjs.org yarn test

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 489bb58

Please sign in to comment.