ci: install deps

This commit is contained in:
Jozef Steinhübl 2023-11-17 18:55:18 +01:00 committed by GitHub
parent 705286c54e
commit e4cee1d62c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,5 +73,9 @@ jobs:
- name: Setup Bun - name: Setup Bun
uses: ./ uses: ./
- name: Install dependencies
run: |
bun install
- name: Run tests - name: Run tests
run: bun test --coverage run: bun test --coverage