Skip to content

refactor: change tilt buck target to be runnable from any dir #9821

refactor: change tilt buck target to be runnable from any dir

refactor: change tilt buck target to be runnable from any dir #9821

Workflow file for this run

name: "Unit test"
on:
pull_request:
branches: [main]
jobs:
unit-test:
name: Unit test
runs-on: ubuntu-latest
steps:
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: actions/checkout@v3
- run: cd core/api && nix develop -c pnpm install --frozen-lockfile
- name: Run unit tests
run: cd core/api && nix develop -c make unit-in-ci