Skip to content

Commit

Permalink
./makesure tested_awks is successful even if sub-tasks fail #177
Browse files Browse the repository at this point in the history
  • Loading branch information
xonixx committed Dec 11, 2024
1 parent db15fd5 commit 01b1518
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
id: cache-soft
with:
path: soft
key: ${{ matrix.os }}-${{ hashFiles('Makesurefile') }}-soft--all-2
key: ${{ matrix.os }}-${{ hashFiles('Makesurefile') }}

- name: "run tests"
run: |
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
id: cache-soft
with:
path: soft
key: ${{ matrix.os }}-soft--macos-gawk
key: ${{ matrix.os }}-${{ hashFiles('Makesurefile') }}

- name: "run tests"
run: |
Expand All @@ -93,7 +93,7 @@ jobs:
id: cache-soft
with:
path: soft
key: ${{ matrix.os }}-soft--win
key: ${{ matrix.os }}-${{ hashFiles('Makesurefile') }}

- name: "run tests"
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makesurefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@define NEXT_VERSION '0.9.23'
@define GOAWK_VERSION '1.25.0' # https://github.com/benhoyt/goawk/releases
@define JUST_VERSION '1.3.0' # https://github.com/casey/just/releases
@define FHTAGN_VERSION 'v0.1.1' # https://github.com/xonixx/fhtagn/releases
@define FHTAGN_VERSION 'v0.2.0' # https://github.com/xonixx/fhtagn/releases
@define MDBOOK_VERSION 'v0.4.37' # https://github.com/rust-lang/mdBook/releases
@define MDBOOK_LINKCHECK_VERSION 'v0.7.7' # https://github.com/Michael-F-Bryan/mdbook-linkcheck/releases
@define MDBOOKER_VERSION '11572b1' # https://github.com/xonixx/mdbooker/releases
Expand Down

0 comments on commit 01b1518

Please sign in to comment.