This commit is contained in:
Arnaud 2024-10-11 13:10:01 +02:00
parent b552b5792c
commit 22f2f34798
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -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'
@ -108,7 +106,7 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Run the marketplace
- name: Run the marketplace
run: |
npm run dev &
sleep 5