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 267bec5 commit e8a2d3aCopy full SHA for e8a2d3a
.github/workflows/test_bundles.yml
@@ -89,7 +89,7 @@ jobs:
89
deno-version: vx.x.x
90
- name: Try loading Deno build
91
run: |
92
- deno run --unstable --compat "./mod.js" || exit $?
+ deno eval "import main from './mod.js'" || exit $?
93
- name: Send status to Slack channel in case of failure
94
uses: act10ns/slack@v1
95
with:
0 commit comments