Skip to content

Commit

Permalink
Update playground.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Sep 7, 2024
1 parent ddbc386 commit a9dbf31
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Check Playground

steps:
- name: Checkout
- name: Checkout Faker
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
path: faker
Expand All @@ -23,7 +23,7 @@ jobs:
with:
node-version: 22

- name: Checkout
- name: Checkout Playground
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
repository: faker-js/playground
Expand All @@ -34,12 +34,14 @@ jobs:
with:
package_json_file: faker-playground/package.json

- run: pnpm install && pnpm build
- name: Build Faker
run: pnpm install && pnpm build
working-directory: faker
env:
CYPRESS_INSTALL_BINARY: 0

- run: |
- name: Check Playground
run: |
sed -i -e "s/overrides-for-dev/overrides/g" package.json
cat package.json
pnpm install --no-frozen-lockfile
Expand Down

0 comments on commit a9dbf31

Please sign in to comment.