Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorikairox authored Feb 22, 2024
1 parent b5f77b9 commit cf90f9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Deno
# uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v1
with:
deno-version: v1.x

Expand Down

1 comment on commit cf90f9c

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on cf90f9c Feb 26, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

UNCAUGHT_EXCEPTION

TypeError: Cannot read properties of undefined (reading '0')
    at https://deno.land/x/[email protected]/src/router/controller/params/decorators.ts:62:63
    at https://deno.land/x/[email protected]/src/router/controller/params/decorators.ts:15:9
    at file:///src/src/todo/controller.ts:9:5
    at DecorateProperty (https://deno.land/x/[email protected]/Reflect.ts:462:23)
    at Reflect.decorate (https://deno.land/x/[email protected]/Reflect.ts:81:12)
    at _ts_decorate (file:///src/src/todo/controller.ts:3:90)
    at file:///src/src/todo/controller.ts:45:1

Please sign in to comment.