Skip to content

Commit

Permalink
Install devenv on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mrfelton committed Apr 6, 2024
1 parent 06007c5 commit fe2de91
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ jobs:
with:
name: devenv

- name: Build devcontainer image
run: devenv shell && devenv test
- name: Install devenv.sh
run: nix profile install nixpkgs#devenv

- name: Build the devenv shell and run any pre-commit hooks
run: devenv test

# - name: Build devcontainer image
# uses: devcontainers/[email protected]
Expand Down

0 comments on commit fe2de91

Please sign in to comment.