Skip to content

Commit e8a2d3a

Browse files
authored
Try loading Deno build without compatibility layer
1 parent 267bec5 commit e8a2d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_bundles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
deno-version: vx.x.x
9090
- name: Try loading Deno build
9191
run: |
92-
deno run --unstable --compat "./mod.js" || exit $?
92+
deno eval "import main from './mod.js'" || exit $?
9393
- name: Send status to Slack channel in case of failure
9494
uses: act10ns/slack@v1
9595
with:

0 commit comments

Comments
 (0)