mirror of
https://github.com/DeterminateSystems/nix-installer-action.git
synced 2024-12-23 13:32:06 +01:00
Maybe we can use hello
This commit is contained in:
parent
10f7447de7
commit
cd77c17f59
1 changed files with 24 additions and 24 deletions
48
.github/workflows/ci.yml
vendored
48
.github/workflows/ci.yml
vendored
|
@ -22,11 +22,11 @@ jobs:
|
||||||
- name: Test `nix` with `$GITHUB_PATH`
|
- name: Test `nix` with `$GITHUB_PATH`
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
run: |
|
run: |
|
||||||
nix run nixpkgs#ripgrep
|
nix run nixpkgs#hello
|
||||||
nix profile install nixpkgs#ripgrep
|
nix profile install nixpkgs#hello
|
||||||
ripgrep
|
hello
|
||||||
nix store gc
|
nix store gc
|
||||||
nix run nixpkgs#ripgrep
|
nix run nixpkgs#hello
|
||||||
- name: Test bash
|
- name: Test bash
|
||||||
run: nix-instantiate -E 'builtins.currentTime' --eval
|
run: nix-instantiate -E 'builtins.currentTime' --eval
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
@ -44,11 +44,11 @@ jobs:
|
||||||
- name: Test `nix` with `$GITHUB_PATH`
|
- name: Test `nix` with `$GITHUB_PATH`
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
run: |
|
run: |
|
||||||
nix run nixpkgs#ripgrep
|
nix run nixpkgs#hello
|
||||||
nix profile install nixpkgs#ripgrep
|
nix profile install nixpkgs#hello
|
||||||
ripgrep
|
hello
|
||||||
nix store gc
|
nix store gc
|
||||||
nix run nixpkgs#ripgrep
|
nix run nixpkgs#hello
|
||||||
- name: Reinstall Nix
|
- name: Reinstall Nix
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
@ -61,11 +61,11 @@ jobs:
|
||||||
- name: Test `nix` with `$GITHUB_PATH`
|
- name: Test `nix` with `$GITHUB_PATH`
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
run: |
|
run: |
|
||||||
nix run nixpkgs#ripgrep
|
nix run nixpkgs#hello
|
||||||
nix profile install nixpkgs#ripgrep
|
nix profile install nixpkgs#hello
|
||||||
ripgrep
|
hello
|
||||||
nix store gc
|
nix store gc
|
||||||
nix run nixpkgs#ripgrep
|
nix run nixpkgs#hello
|
||||||
- name: Verify the generated nix.conf
|
- name: Verify the generated nix.conf
|
||||||
run: |
|
run: |
|
||||||
cat -n /etc/nix/nix.conf
|
cat -n /etc/nix/nix.conf
|
||||||
|
@ -88,11 +88,11 @@ jobs:
|
||||||
- name: Test `nix` with `$GITHUB_PATH`
|
- name: Test `nix` with `$GITHUB_PATH`
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
run: |
|
run: |
|
||||||
nix run nixpkgs#ripgrep
|
nix run nixpkgs#hello
|
||||||
nix profile install nixpkgs#ripgrep
|
nix profile install nixpkgs#hello
|
||||||
ripgrep
|
hello
|
||||||
nix store gc
|
nix store gc
|
||||||
nix run nixpkgs#ripgrep
|
nix run nixpkgs#hello
|
||||||
- name: Test bash
|
- name: Test bash
|
||||||
run: nix-instantiate -E 'builtins.currentTime' --eval
|
run: nix-instantiate -E 'builtins.currentTime' --eval
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
|
@ -114,11 +114,11 @@ jobs:
|
||||||
- name: Test `nix` with `$GITHUB_PATH`
|
- name: Test `nix` with `$GITHUB_PATH`
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
run: |
|
run: |
|
||||||
nix run nixpkgs#ripgrep
|
nix run nixpkgs#hello
|
||||||
nix profile install nixpkgs#ripgrep
|
nix profile install nixpkgs#hello
|
||||||
ripgrep
|
hello
|
||||||
nix store gc
|
nix store gc
|
||||||
nix run nixpkgs#ripgrep
|
nix run nixpkgs#hello
|
||||||
- name: Reinstall Nix
|
- name: Reinstall Nix
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
|
@ -131,11 +131,11 @@ jobs:
|
||||||
- name: Test `nix` with `$GITHUB_PATH`
|
- name: Test `nix` with `$GITHUB_PATH`
|
||||||
if: success() || failure()
|
if: success() || failure()
|
||||||
run: |
|
run: |
|
||||||
nix run nixpkgs#ripgrep
|
nix run nixpkgs#hello
|
||||||
nix profile install nixpkgs#ripgrep
|
nix profile install nixpkgs#hello
|
||||||
ripgrep
|
hello
|
||||||
nix store gc
|
nix store gc
|
||||||
nix run nixpkgs#ripgrep
|
nix run nixpkgs#hello
|
||||||
- name: Verify the generated nix.conf
|
- name: Verify the generated nix.conf
|
||||||
run: |
|
run: |
|
||||||
cat -n /etc/nix/nix.conf
|
cat -n /etc/nix/nix.conf
|
||||||
|
|
Loading…
Reference in a new issue