mirror of
https://github.com/simonmichael/hledger.git
synced 2025-01-04 00:07:29 +03:00
;ci: dummy change to test times following an all green push
This commit is contained in:
parent
70e85d8e4b
commit
e0cbcd3e2e
2
.github/workflows/linux-nightly.yml
vendored
2
.github/workflows/linux-nightly.yml
vendored
@ -14,6 +14,7 @@
|
||||
# https://help.github.com/en/actions/configuring-and-managing-workflows/caching-and-storing-workflow-data
|
||||
# https://help.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows
|
||||
# https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners#supported-runners-and-hardware-resources
|
||||
# https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
|
||||
# https://sevenzip.osdn.jp/chm/cmdline/commands/index.htm
|
||||
|
||||
name: linux nightly/pr CI
|
||||
@ -213,3 +214,4 @@ jobs:
|
||||
# https://github.com/mxschmitt/action-tmate
|
||||
# - name: Setup tmate session
|
||||
# uses: mxschmitt/action-tmate@v1
|
||||
|
||||
|
1
.github/workflows/mac-nightly.yml
vendored
1
.github/workflows/mac-nightly.yml
vendored
@ -130,3 +130,4 @@ jobs:
|
||||
run: |
|
||||
COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
||||
|
||||
|
||||
|
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
@ -120,3 +120,4 @@ jobs:
|
||||
- name: Test functional tests (excluding addons)
|
||||
run: |
|
||||
COLUMNS=80 stack exec -- shelltest --execdir -j16 tests -x /bin -x /addons
|
||||
|
||||
|
1
.github/workflows/windows-nightly.yml
vendored
1
.github/workflows/windows-nightly.yml
vendored
@ -156,3 +156,4 @@ jobs:
|
||||
with:
|
||||
name: hledger.zip
|
||||
path: hledger.zip
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user