fix workflow
All checks were successful
/ build (node-16) (push) Successful in 14s
/ build (windows-node-iron) (push) Successful in 1m9s

This commit is contained in:
Soph :3 2025-10-20 01:25:01 +03:00
parent 91f39a80a7
commit 0259a96937

View file

@ -10,8 +10,6 @@ jobs:
- uses: http://github.com/oven-sh/setup-bun@v2
- run: bun install
shell: ${{ matrix.os == 'windows-node-iron' && 'powershell' || 'bash' }}
- run: bun run prod
shell: ${{ matrix.os == 'windows-node-iron' && 'powershell' || 'bash' }}
- name: run tests
run: bun test
shell: ${{ matrix.os == 'windows-node-iron' && 'powershell' || 'bash' }}