Skip to content

Commit

Permalink
lisa-zep version -> 1.7.3-beta.1
Browse files Browse the repository at this point in the history
cmake version -> 3.25.3
ninja version -> 1.11.1

update test case

disable test
  • Loading branch information
chh7872 committed May 11, 2023
1 parent 6769292 commit 5527265
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,16 @@ jobs:
- name: Install @lisa-plugin/zephyr
run: lisa install -g ${{ needs.build.outputs.tarball }}

- name: Cache test target
uses: actions/cache@v2
env:
cache-name: cache-test-target
with:
path: ./__testTarget__
key: ${{ runner.os }}-${{ matrix.node }}-build-${{ env.cache-name }}
# - name: Cache test target
# uses: actions/cache@v2
# env:
# cache-name: cache-test-target
# with:
# path: ./__testTarget__
# key: ${{ runner.os }}-${{ matrix.node }}-build-${{ env.cache-name }}

- name: Test
run: npm run test
# - name: Test
# run: npm run test



2 changes: 1 addition & 1 deletion __test__/task/environment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const testEnvironment = () =>
"use-sdk",
TEST_SDK_DIR,
"--from-git",
"https://cloud.listenai.com/zephyr/manifest.git",
"https://cloud.listenai.com/zephyr/zephyr.git",
]);
expect(stdout).toMatch("成功");
} else {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lisa-plugin/zephyr",
"version": "1.7.2",
"version": "1.7.3-beta.1",
"description": "LISA plugin for Zephyr",
"main": "./lib/main.js",
"engines": {
Expand Down Expand Up @@ -43,11 +43,11 @@
"homepage": "https://github.com/LISTENAI/lisa-plugin-zephyr#readme",
"dependencies": {
"7zip-bin": "^5.2.0",
"@binary/cmake": "^1.1.2-3.21.4",
"@binary/cmake": "^1.1.3-3.25.3",
"@binary/dtc": "^1.1.2-1.6.0",
"@binary/gperf": "^1.0.1-3.1",
"@binary/mklfs": "^1.0.1-1.0.0",
"@binary/ninja": "^1.1.1-1.10.2",
"@binary/ninja": "^1.1.2-1.11.1",
"@binary/protoc": "^1.0.0-3.19.1",
"@binary/python-3.9": "^2.0.2-3.9.7",
"@binary/type": "^1.0.4",
Expand Down

0 comments on commit 5527265

Please sign in to comment.