Skip to content

Commit

Permalink
Set DB_USER in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Apr 30, 2023
1 parent c0d543a commit ef16a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
suite: [cucumber, rspec]
env:
DB_USER: postgres
TZ: America/Los_Angeles
RAILS_ENV: test
RUBY_ENV: test
Expand Down Expand Up @@ -56,4 +57,4 @@ jobs:
run: |
export GIT_BRANCH="${GITHUB_REF/refs\/heads\//}"
$CCTR sum-coverage coverage/codeclimate.*.json
$CCTR upload-coverage --id ${{ secrets.CC_TEST_REPORTER_ID }}
$CCTR upload-coverage --id $CC_TEST_REPORTER_ID

0 comments on commit ef16a0c

Please sign in to comment.