Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/build-exes-impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,7 @@ jobs:

- name: Cache all app data and programs
run: |
poetry run ${{ inputs.executable_name }} data cache --all
poetry run ${{ inputs.executable_name }} program cache --all
poetry run ${{ inputs.executable_name }} manage cache-all

- name: Upload all cached app data/programs
id: upload-cached-app-data
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release-impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,7 @@ jobs:

- name: Cache all app data and programs
run: |
poetry run ${{ inputs.executable_name }} data cache --all
poetry run ${{ inputs.executable_name }} program cache --all
poetry run ${{ inputs.executable_name }} manage cache-all

- name: Upload all cached app data/programs
id: upload-cached-app-data
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/test-impl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,7 @@ jobs:

- name: Cache all app data and programs
run: |
poetry run python -m ${{ inputs.CLI_module }} data cache --all
poetry run python -m ${{ inputs.CLI_module }} program cache --all
poetry run python -m ${{ inputs.CLI_module }} manage cache-all

- name: Upload all cached app data/programs
id: upload-cached-app-data
Expand Down