Skip to content

Commit

Permalink
Check the environment
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed Jul 20, 2024
1 parent 7186da5 commit 59eb8dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
name: CI

on:

push:
branches: [ main ]
pull_request:
Expand Down Expand Up @@ -40,7 +39,9 @@ jobs:
env:
WU_API_KEY: ${{ secrets.WU_API_KEY }}
USGS_PASSWORD: ${{ secrets.USGS_PASSWORD }}
run: Rscript update-data.R
run: |
printenv
Rscript update-data.R
- name: Test
run: Rscript testthat.R
Expand Down

0 comments on commit 59eb8dd

Please sign in to comment.