Skip to content

Commit

Permalink
Merge branch 'fix-feature-user-registration' of https://github.com/at…
Browse files Browse the repository at this point in the history
…lp-rwanda/knights-ecomm-be into fix-feature-user-registration
  • Loading branch information
maxCastro1 committed May 5, 2024
2 parents 801b620 + f8c0a56 commit 528e4fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ env:
TEST_DB_USER: ${{secrets.TEST_DB_USER}}
TEST_DB_PASS: ${{secrets.TEST_DB_PASS}}
TEST_DB_NAME: ${{secrets.TEST_DB_NAME}}

HOST: ${{env.TEST_DB_HOST}}
AUTH_EMAIL: ${{env.TEST_DB_USER}}
AUTH_PASSWORD: ${{env.TEST_DB_PASS}}

jobs:
build-lint-test-coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 528e4fa

Please sign in to comment.