Skip to content

Commit

Permalink
Config for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
audiodude committed Jan 7, 2025
1 parent 2a2e43b commit 514cf9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ MINIO_ACCESS_KEY=rainfall-ci-minio-access-key
MINIO_SECRET_KEY=rainfall-ci-minio-secret-key
MINIO_BUCKET=rainfall-test

REDIS_URL=redis://localhost:6379

RAINFALL_ENV=test
MASTODON_REDIRECT_URL=http://localhost:5000/api/v1/mastodon/login
MASTODON_APP_NAME='Rainfall Dev'
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
--health-timeout 5s
--health-retries 3
redis:
image: redis
ports:
- 6379:6379

steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 514cf9d

Please sign in to comment.