mirror of
https://github.com/codex-storage/codex-marketplace-ui.git
synced 2025-02-23 13:18:37 +00:00
CI
This commit is contained in:
parent
b552b5792c
commit
22f2f34798
6
.github/workflows/playwright.yml
vendored
6
.github/workflows/playwright.yml
vendored
@ -46,10 +46,8 @@ jobs:
|
||||
id: cache-codex
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
platform=${RUNNER_OS,,}
|
||||
architecture=${RUNNER_ARCH,,}
|
||||
path: codex-${codex_version}-${platform}-${architecture}
|
||||
key: ${{ codex_version }}-codex
|
||||
path: codex-${{ env.codex_version }}-${{ env.RUNNER_OS }}-${{ env.RUNNER_ARCH }}
|
||||
key: ${{ env.codex_version }}-codex
|
||||
|
||||
- name: Download codex
|
||||
if: steps.cache-codex.outputs.cache-hit != 'true'
|
||||
|
Loading…
x
Reference in New Issue
Block a user