Skip to content

Commit

Permalink
ci: add debug steps for Redis setup in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinKolarik committed Jan 6, 2025
1 parent 0c8d273 commit 8448213
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ jobs:
node-version: 20.x
- name: Set up Redis
run: |
echo $PWD
cp config/redis/.env.redis ../../
ls -la ../../
docker compose --env-file .env.redis up -d
- name: Build
run: |
Expand Down

0 comments on commit 8448213

Please sign in to comment.