We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab304e commit 189f5edCopy full SHA for 189f5ed
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
specs:
11
env:
12
- REDIS_URL: redis://redis:6379
+ CABLE_BACKEND_URL: redis://redis:6379
13
strategy:
14
fail-fast: false
15
matrix:
@@ -40,9 +40,9 @@ jobs:
40
--health-timeout 5s
41
--health-retries 5
42
steps:
43
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
44
- name: Cache Crystal
45
- uses: actions/cache@v3
+ uses: actions/cache@v4
46
with:
47
path: ~/.cache/crystal
48
key: ${{ runner.os }}-crystal
0 commit comments