mirror of
https://git.madhouse-project.org/actions/nix.git
synced 2025-04-20 01:30:15 +03:00
nix-shell: Disable a failing test
This test is obsolete, the default environment includes gcc now. Signed-off-by: Gergely Nagy <me@gergo.csillger.hu>
This commit is contained in:
parent
a110fcd4f6
commit
cd059cf0c5
1 changed files with 0 additions and 13 deletions
|
@ -23,19 +23,6 @@ jobs:
|
|||
run: |
|
||||
hello
|
||||
|
||||
- name: ensure we're not in a dev environment
|
||||
uses: ./shell
|
||||
with:
|
||||
flake: ./shell/test
|
||||
package: "hello"
|
||||
run: |
|
||||
set -x
|
||||
|
||||
# if we have gcc installed, we're in a dev environment.
|
||||
# we don't want to be in a dev environment
|
||||
type -p gcc >/dev/null && exit 1
|
||||
hello
|
||||
|
||||
- name: no commands should still work
|
||||
uses: ./shell
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue