Skip to content

Commit

Permalink
Improve dynamicism of ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Jun 24, 2024
1 parent cc02454 commit 4975544
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:
bun-version: 1.0.31
- name: Install Dependencies
run: bun install
- name: Check Dependencies
run: bun run ./tests/security
- name: Run tests
run: bun run test
build:
name: Build
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"description": "An extension for interacting with Kaspa network.",
"main": "dist/index.js",
"scripts": {
"test": "bun run tests/*.*",
"dev": "bunx --bun vite --host",
"build": "bunx --bun vite build --minify false"
},
Expand Down

0 comments on commit 4975544

Please sign in to comment.