workflow: skip devenv test

This commit is contained in:
2025-10-01 13:11:01 +02:00
parent 1f6d8f00a9
commit f4badaeec2

View File

@@ -20,8 +20,8 @@ jobs:
- name: Install devenv.sh - name: Install devenv.sh
run: nix profile install nixpkgs#devenv run: nix profile install nixpkgs#devenv
- name: Build the devenv shell and run any pre-commit hooks # - name: Build the devenv shell and run any pre-commit hooks
run: devenv test # run: devenv test
- name: Log in to Docker registry - name: Log in to Docker registry
shell: devenv shell bash -- -e {0} shell: devenv shell bash -- -e {0}