Skip to content

Commit

Permalink
fix command typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jyu115 committed Jul 10, 2024
1 parent 17b3503 commit 41c7c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
rm -rf node_modules && rm -rf ./react-example/node_modules
yarn install --frozen-lockfile && yarn --cwd ./react-example install --frozen-lockfile
- name: Start React Sample App
run: yarn start:all:react-without-watch
run: yarn start:all:react-start-without-watch
- name: Run Playwright tests
run: yarn playwright test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 41c7c26

Please sign in to comment.