Skip to content

Commit

Permalink
GitHub CI: workflow: Quality build: fx nix-shell command
Browse files Browse the repository at this point in the history
M  .github/workflows/Nixpkgs-GHC-Linux.yml
  • Loading branch information
Anton-Latukha committed Jul 7, 2020
1 parent 65ba89b commit 63d1e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Nixpkgs-GHC-Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Determined nix-build
run: ./build.sh
- name: Test Nix-shell
run: nix-shell --command "echo Succesfully evaluated, loaded and entered $IN_NIX_SHELL Nix shell env."
run: nix-shell --command 'echo Succesfully evaluated, loaded and entered $IN_NIX_SHELL Nix shell env.'

# Other samples of tests used in the project
build30:
Expand Down

0 comments on commit 63d1e16

Please sign in to comment.