Skip to content

Commit

Permalink
Remove
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 30, 2022
1 parent 66cd061 commit 07cc236
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
pull_request:
types: ['opened', 'reopened', 'synchronize']
types: ["opened", "reopened", "synchronize"]
push:
branches:
- main
Expand Down Expand Up @@ -188,7 +188,6 @@ jobs:
- name: Build
run: |
(cd bindings/binding_core_wasm && yarn)
(cd bindings/binding_core_wasm && ./scripts/build.sh --features plugin)
- name: Test
Expand Down

0 comments on commit 07cc236

Please sign in to comment.