Skip to content

Commit

Permalink
revert: try running build + test in one lined
Browse files Browse the repository at this point in the history
This reverts commit 6d8f511.
  • Loading branch information
vindard committed Nov 1, 2023
1 parent 9a01296 commit e873ef3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/bats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- uses: actions/checkout@v3
- run: nix develop -c buck2 build //core/api:api
- name: Run bats tests
run: |
nix develop --command bash -c "buck2 build //core/api:api && bats -t bats/core/api"
nix develop -c bats -t bats/core/api

0 comments on commit e873ef3

Please sign in to comment.