Skip to content

Commit

Permalink
actions: integration tests cli permission
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxiaohei committed Aug 27, 2023
1 parent 3e01bd5 commit 0345883
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
with:
name: integration-test
- name: Run integration-test
run: ./integration-test
run: |
chmod +x ./integration-test
chmod +x ./land-cli
chmod +x ./land-runtime
./integration-test
env:
SDK_VERSION: "{ git = \"https://github.com/fuxiaohei/runtime-land\" }"

0 comments on commit 0345883

Please sign in to comment.