Skip to content

Commit

Permalink
ci: run for os-checker repos
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Oct 27, 2024
1 parent afb59aa commit b0376aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
RUST_LOG: info
# database branch
DATABASE: main
DATABASE: debug
BOT: 1
TAG_REPOS_DEFAULT: cache-v8.redb

Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Run plugin-cargo
run: |
os-checker-plugin-cargo # demo_jsons/list.json
os-checker-plugin-cargo os-checker.json
tree --gitignore -h tmp
- name: Push to database
Expand Down
4 changes: 4 additions & 0 deletions os-checker.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"os-checker/os-checker",
"os-checker/os-checker-test-suite"
]

0 comments on commit b0376aa

Please sign in to comment.