Skip to content

Commit 4916abd

Browse files
committed
update release script
1 parent 9f91d30 commit 4916abd

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/release-actions.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,15 @@ jobs:
2121
node-version: '16.x'
2222
registry-url: 'https://registry.npmjs.org'
2323
- 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
24+
- run: yarn build
25+
- run: node examples/builder.js
26+
- run: node examples/readable-buffer.js
27+
# - run: yarn coverage
28+
# - uses: denoland/setup-deno@v1
29+
# with:
30+
# deno-version: v1.x
31+
# - run: |
32+
# yarn deno:example
3133
- uses: actions/setup-node@v2
3234
with:
3335
node-version: '16.x'

0 commit comments

Comments
 (0)