Skip to content

Commit

Permalink
add stubbed discourse secrets in test runner
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Oct 20, 2024
1 parent c02e6da commit 1a5d4ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
TEST_DB_USERNAME: postgres
TEST_DB_PASSWORD: postgres
TEST_DB_NAME: postgres
discourse_sso_secret: "secret"
discourse_enpoint: "https://example.com"
PG_PORT: ${{ job.services.postgres.ports['5432'] }}

#- name: Deploy to server via SSH
Expand Down

0 comments on commit 1a5d4ff

Please sign in to comment.