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 9f91d30 commit 4916abdCopy full SHA for 4916abd
.github/workflows/release-actions.yml
@@ -21,13 +21,15 @@ jobs:
21
node-version: '16.x'
22
registry-url: 'https://registry.npmjs.org'
23
- run: yarn install
24
- - run: yarn build:all
25
- - run: yarn coverage
26
- - uses: denoland/setup-deno@v1
27
- with:
28
- deno-version: v1.x
29
- - run: |
30
- yarn deno:example
+ - run: yarn build
+ - run: node examples/builder.js
+ - run: node examples/readable-buffer.js
+# - run: yarn coverage
+# - uses: denoland/setup-deno@v1
+# with:
+# deno-version: v1.x
31
+# - run: |
32
+# yarn deno:example
33
- uses: actions/setup-node@v2
34
with:
35
0 commit comments