Skip to content

Commit

Permalink
parallel run
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Aug 17, 2024
1 parent 97f6f40 commit 79a5cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
key: ${{ runner.os }}-playwright-14

# install dependencies
- run: pnpm install
- run: npx pnpm i -r

# dotenv
- name: create dotenv
Expand Down
2 changes: 1 addition & 1 deletion apps/bottle/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default function Home() {
<Asset type="icon-down" />
<Asset type="icon-arrow-left" />
</div>
<Step.FixedButton style={{ marginBottom: '20px' }}>rrrr</Step.FixedButton>
<Step.FixedButton style={{ marginBottom: '20px' }}>rrrrsssss</Step.FixedButton>
</div>
);
}

0 comments on commit 79a5cb2

Please sign in to comment.