;ci: set PATH before running shelltest
Not sure why this is failing only now..
This commit is contained in:
parent
dcd557d5cb
commit
33df4dbccb
2
.github/workflows/linux-nightly.yml
vendored
2
.github/workflows/linux-nightly.yml
vendored
@ -20,7 +20,6 @@
|
|||||||
name: linux nightly/pr CI
|
name: linux nightly/pr CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# XXX not supported yet; build on noteworthy push to "ci" instead
|
|
||||||
schedule:
|
schedule:
|
||||||
- cron: "0 07 * * *"
|
- cron: "0 07 * * *"
|
||||||
pull_request:
|
pull_request:
|
||||||
@ -188,6 +187,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test functional tests (excluding addons)
|
- name: Test functional tests (excluding addons)
|
||||||
run: |
|
run: |
|
||||||
|
export PATH=~/.local/bin:$PATH
|
||||||
COLUMNS=80 stack $ARGS exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
COLUMNS=80 stack $ARGS exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
||||||
env:
|
env:
|
||||||
ARGS: ${{ matrix.plan.resolver }}
|
ARGS: ${{ matrix.plan.resolver }}
|
||||||
|
|||||||
1
.github/workflows/mac-nightly.yml
vendored
1
.github/workflows/mac-nightly.yml
vendored
@ -128,6 +128,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Test functional tests (excluding addons)
|
- name: Test functional tests (excluding addons)
|
||||||
run: |
|
run: |
|
||||||
|
export PATH=~/.local/bin:$PATH
|
||||||
COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
@ -119,5 +119,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Test functional tests (excluding addons)
|
- name: Test functional tests (excluding addons)
|
||||||
run: |
|
run: |
|
||||||
|
export PATH=~/.local/bin:$PATH
|
||||||
COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
||||||
|
|
||||||
|
|||||||
2
.github/workflows/windows-nightly.yml
vendored
2
.github/workflows/windows-nightly.yml
vendored
@ -131,6 +131,7 @@ jobs:
|
|||||||
stack --no-terminal setup --install-ghc
|
stack --no-terminal setup --install-ghc
|
||||||
|
|
||||||
# - name: Install shelltestrunner
|
# - name: Install shelltestrunner
|
||||||
|
## - export PATH=~/.local/bin:$PATH
|
||||||
# - if [[ ! -x ~/.local/bin/shelltest ]]; then stack install shelltestrunner-1.9; fi
|
# - if [[ ! -x ~/.local/bin/shelltest ]]; then stack install shelltestrunner-1.9; fi
|
||||||
# - shelltest --version
|
# - shelltest --version
|
||||||
|
|
||||||
@ -144,6 +145,7 @@ jobs:
|
|||||||
# --pedantic
|
# --pedantic
|
||||||
|
|
||||||
# run hledger-lib/hledger functional tests, skipping the ones for addons
|
# run hledger-lib/hledger functional tests, skipping the ones for addons
|
||||||
|
## - export PATH=~/.local/bin:$PATH
|
||||||
#- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
#- COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
||||||
|
|
||||||
- name: Zip executables
|
- name: Zip executables
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user