Skip to content

Commit

Permalink
???
Browse files Browse the repository at this point in the history
  • Loading branch information
timcowlishaw committed Dec 20, 2024
1 parent a493dec commit 1235509
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
- name: Build the Stack
run: "docker compose build"

- name: Start dependencies
run: "doccker compose up -d --no-deps db redis"

- name: Run all tests
run: "docker compose run app -- ./ci.sh"
run: "docker compose run --no-deps app -- ./ci.sh"

- name: Teardown the stack
run: "docker compose down"

3 changes: 2 additions & 1 deletion env.example
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ PROMETHEUS_PASSWORD=
PROMETHEUS_INSTANCE_LABEL=


DISCOURSE_SSO_SECRET="InsertDiscourseSSOSecretHERE"
discourse_sso_secret="InsertDiscourseSSOSecretHERE"
discourse_endpoint="http://example.com"

0 comments on commit 1235509

Please sign in to comment.