Skip to content

Commit c9f963d

Browse files
committed
Add CI
1 parent 8df94c3 commit c9f963d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/nix.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,16 @@ jobs:
9191
name: haskell-language-server
9292
authToken: ${{ secrets.HLS_CACHIX_AUTH_TOKEN }}
9393
- name: Build development shell
94-
run: nix develop --profile dev
94+
run: |
95+
nix develop --profile dev
96+
nix develop .#haskell-language-server-901-dev --profile dev
9597
- name: Push development shell
9698
if: ${{ env.HAS_TOKEN == 'true' }}
9799
run: cachix push haskell-language-server dev
98100
- name: Build binaries
99-
run: nix build
101+
run: |
102+
nix build
103+
nix build .#haskell-language-server-901
100104
- name: Push binaries
101105
if: ${{ env.HAS_TOKEN == 'true' }}
102106
run: nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server

0 commit comments

Comments
 (0)