Skip to content

Commit

Permalink
Install nix directly on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Apr 6, 2024
1 parent 29315a8 commit 06007c5
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,18 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Build devcontainer image
uses: devcontainers/ci@v0.3
- name: Install Nix
uses: cachix/install-nix-action@v26

- name: Install Cachix
uses: cachix/cachix-action@v14
with:
runCmd: devenv test
name: devenv

- name: Build devcontainer image
run: devenv shell && devenv test

# - name: Build devcontainer image
# uses: devcontainers/ci@v0.3
# with:
# runCmd: devenv test

0 comments on commit 06007c5

Please sign in to comment.