···1414 - name: install dependencies
1515 command: |
1616 export PATH="$HOME/.nix-profile/bin:$PATH"
1717+1818+ # have to regenerate otherwise it wont install necessary dependencies to run
1919+ rm -rf bun.lock package-lock.json
1720 bun install
18211922 - name: run all tests