Skip to content

Commit

Permalink
ci: fix bats test
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleSamtoshi committed Dec 19, 2023
1 parent 07b4d7f commit b41d8d4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/bats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ jobs:
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Buck2 build
run: |
nix develop -c buck2 build //core/api //core/api-ws-server \
//core/api-keys //apps/dashboard //apps/consent //apps/pay
nix develop -c \
buck2 build //core/api //core/api-keys \
&& buck2 build //core/api-ws-server \
&& buck2 build //apps/dashboard \
&& buck2 build //apps/consent \
&& buck2 build //apps/pay
- name: Run bats tests
run: |
nix develop -c bats --setup-suite-file bats/ci_setup_suite.bash -t bats/core/**
Expand Down

0 comments on commit b41d8d4

Please sign in to comment.