Skip to content

Commit

Permalink
More structured CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder authored Dec 28, 2023
1 parent ed5e4ea commit d705b9e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ jobs:
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-unstable
- run: |
- name: Setup nix environment
run: nix-shell
- name: CalendarKit Tests
run: |
nix-shell --run "
cd Libraries/CalendarKit &&
meson setup build &&
ninja -C build test
"

0 comments on commit d705b9e

Please sign in to comment.