mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;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
|
||||
|
||||
on:
|
||||
# XXX not supported yet; build on noteworthy push to "ci" instead
|
||||
schedule:
|
||||
- cron: "0 07 * * *"
|
||||
pull_request:
|
||||
@ -188,6 +187,7 @@ jobs:
|
||||
|
||||
- name: Test functional tests (excluding addons)
|
||||
run: |
|
||||
export PATH=~/.local/bin:$PATH
|
||||
COLUMNS=80 stack $ARGS exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
||||
env:
|
||||
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)
|
||||
run: |
|
||||
export PATH=~/.local/bin:$PATH
|
||||
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)
|
||||
run: |
|
||||
export PATH=~/.local/bin:$PATH
|
||||
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
|
||||
|
||||
# - name: Install shelltestrunner
|
||||
## - export PATH=~/.local/bin:$PATH
|
||||
# - if [[ ! -x ~/.local/bin/shelltest ]]; then stack install shelltestrunner-1.9; fi
|
||||
# - shelltest --version
|
||||
|
||||
@ -144,6 +145,7 @@ jobs:
|
||||
# --pedantic
|
||||
|
||||
# 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
|
||||
|
||||
- name: Zip executables
|
||||
|
Loading…
Reference in New Issue
Block a user