Skip to content

Commit

Permalink
fix: enable DEBUG env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Mar 31, 2023
1 parent ac29f13 commit 19e6e09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Check running containers
run: docker ps -a
- name: Check docker logs
run: docker logs redis && docker logs redis_cluster
run: sleep 15 && docker logs redis && docker logs redis_cluster
- name: Setup NodeJS v${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn run lint
- run: yarn run test:e2e
- run: DEBUG="ioredis:*" yarn run test:e2e

0 comments on commit 19e6e09

Please sign in to comment.