File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments