Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2-towns committed Oct 11, 2024
1 parent b552b57 commit 22f2f34
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 22f2f34

Please sign in to comment.