Skip to content

Commit

Permalink
bug(ci): fixes script error in chess api
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhaev26 committed Jan 6, 2024
1 parent 91657b0 commit 2768bd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_chess_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ jobs:
- name: Install deps
run: |
cd src/api/chess
echo pwd
bun install
- name: Build API
run: bun run index.ts
run: bun run src/api/chess/index.ts


0 comments on commit 2768bd3

Please sign in to comment.