Skip to content
Snippets Groups Projects
Verified Commit 597c7da3 authored by STEVAN Antoine's avatar STEVAN Antoine :crab:
Browse files

dbg: show PATH

parent 61782d2c
No related branches found
No related tags found
1 merge request!192refactor CI and Makefile for Nushell installation
Pipeline #7463 passed
...@@ -36,7 +36,9 @@ jobs: ...@@ -36,7 +36,9 @@ jobs:
echo "PATH=\"$(make print-NU_DEST):$PATH\"" >> $GITHUB_ENV echo "PATH=\"$(make print-NU_DEST):$PATH\"" >> $GITHUB_ENV
make install-nu make install-nu
- name: Show configuration - name: Show configuration
run: make show run: |
echo $PATH
make show
- name: Run tests - name: Run tests
run: | run: |
make check clippy test example make check clippy test example
...@@ -32,4 +32,5 @@ test: ...@@ -32,4 +32,5 @@ test:
- make show - make show
script: script:
- echo $PATH
- make check clippy test example - make check clippy test example
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment