mirror of
https://github.com/codex-storage/codex-marketplace-ui.git
synced 2025-02-23 05:08:33 +00:00
CI
This commit is contained in:
parent
b552b5792c
commit
22f2f34798
8
.github/workflows/playwright.yml
vendored
8
.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'
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user