Skip to content

Commit

Permalink
reproduce #693
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Dec 30, 2022
1 parent 70b9ffd commit 23d1e68
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,21 @@ jobs:

- run: npm ci
- run: npm run build

- id: tmp
run: |
echo tmp-dir=$(mktemp -d) >> "$GITHUB_OUTPUT"
- id: setup
name: use the action
uses: ./
with:
redis-version: ${{ matrix.redis }}
redis-port: "0"
redis-tls-port: "6379"
env:
# to reproduce https://github.com/shogo82148/actions-setup-redis/issues/693
RUNNER_TOOL_CACHE: ${{ steps.tmp.outputs.tmp-dir }}

- name: connect via tls
run: |
Expand Down

0 comments on commit 23d1e68

Please sign in to comment.