Skip to content

Commit

Permalink
fix: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyuang committed Oct 20, 2020
1 parent c0cd199 commit 5f0d7e0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 16 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ jobs:
run: yarn lint
if: matrix.os == 'ubuntu-latest'

- name: TypeCheck
run: yarn typecheck
if: matrix.os == 'ubuntu-latest'

- name: Cargo test
uses: actions-rs/cargo@v1
timeout-minutes: 5
Expand Down Expand Up @@ -176,9 +172,6 @@ jobs:
- name: 'Install dependencies'
run: yarn install --frozen-lockfile --registry https://registry.npmjs.org

- name: Build TypeScript
run: yarn build:ts

- name: Download artifacts
uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -225,9 +218,6 @@ jobs:
run: ls -R packages
shell: bash

- name: Build TypeScript
run: yarn build:ts

- name: Run simple tests
run: docker run --rm -v $(pwd)/.cargo:/root/.cargo -v $(pwd):/node-rs -w /node-rs node:${{ matrix.node }}-alpine sh -c "node ./scripts/simple-tests.js"

Expand Down Expand Up @@ -280,9 +270,6 @@ jobs:
- name: Move artifacts
run: yarn artifacts

- name: Build TypeScript
run: yarn build:ts

- name: List packages
run: ls -R packages
shell: bash
Expand Down
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# napi + rust + lerna
# Napi + Rust + Lerna

develop napi by rust and deploy by lerna
develop napi by rust and deploy by lerna

## Getting Start

sript

```bash
$ yarn build # build all napi crate
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"author": "zhangyuang",
"license": "MIT",
"pre-commit": [
"lint"
"lint"
],
"devDependencies": {
"eslint-config-standard-vue-ts": "^1.0.3",
Expand Down

0 comments on commit 5f0d7e0

Please sign in to comment.