Skip to content

Commit 456f06e

Browse files
committed
CI action
1 parent 4c0f949 commit 456f06e

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,16 @@ jobs:
2828
- uses: DeterminateSystems/nix-installer-action@main
2929
- uses: DeterminateSystems/flakehub-cache-action@main
3030
- uses: DeterminateSystems/flake-checker-action@main
31-
32-
- name: Argus Test
33-
run: nix develop .#ci -L --command ci-check
34-
3531
- uses: cachix/cachix-action@v14
3632
with:
3733
name: ${{ vars.CACHIX_CACHE_NAME }}
3834
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
3935

4036
- name: Smokescreen Build Tests
41-
run : cachix watch-exec ${{ vars.CACHIX_CACHE_NAME }} -- nix build .#argus-extension -L
37+
run : |
38+
cachix watch-exec ${{ vars.CACHIX_CACHE_NAME }} -- nix build .#argus-cli -L
39+
cachix watch-exec ${{ vars.CACHIX_CACHE_NAME }} -- nix build .#argus-ide -L
40+
cachix watch-exec ${{ vars.CACHIX_CACHE_NAME }} -- nix build .#argus-extension -L
41+
42+
- name: Argus Test
43+
run: nix develop .#ci -L --command ci-check

0 commit comments

Comments
 (0)