Skip to content

Commit

Permalink
fix: github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
JonFreer committed Jul 20, 2023
1 parent 02a151d commit 48c4041
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
runs-on: ubuntu-latest
env:
RAILS_ENV: test
DB_USERNAME: gh_db_un
DB_PASSWORD: gh_db_pw
API_DB_USERNAME: gh_api_un
API_DB_PASSWORD: gh_api_pw
SESSION_SECRET: gh_secret
EXTERNAL_API_TOKEN: gh_token
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 48c4041

Please sign in to comment.