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 9217baa commit e46685bCopy full SHA for e46685b
1 file changed
.github/workflows/build.yml
@@ -997,7 +997,8 @@ jobs:
997
token: ${{ secrets.GITHUB_TOKEN }}
998
- name: Set up Deno
999
if:
1000
- matrix.test-application == 'deno' || matrix.test-application == 'deno-streamed' || matrix.test-application == 'deno-redis'
+ matrix.test-application == 'deno' || matrix.test-application == 'deno-streamed' || matrix.test-application ==
1001
+ 'deno-redis'
1002
uses: denoland/setup-deno@v2.0.4
1003
with:
1004
deno-version: ${{ matrix.deno-version || 'v2.8.0' }}
0 commit comments