Skip to content

Commit

Permalink
added bad env info to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
dzgierski19 committed Jun 13, 2024
1 parent a98a75a commit 93d8b0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
EXTERNAL_API: https://weather.visualcrossing.com/VisualCrossingWebServices/rest/services/timeline/
EXTERNAL_API: badapi
API_KEY: fakeKey

steps:
Expand All @@ -30,8 +30,8 @@ jobs:
- name: Install dependencies
run: npm ci

- name: Echo DATABASE_URL
run: echo $DATABASE_URL
- name: Echo EXTERNAL_API
run: echo $EXTERNAL_API

- name: Run unit tests
run: npm run test

0 comments on commit 93d8b0b

Please sign in to comment.