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 4a924e5 commit 7806ada
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,21 @@ jobs:
needs: Setup
if: needs.Setup.outputs.build_status_bottle == 'MISS'
steps:
# checkout and install pnpm
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v3
name: Install pnpm
id: pnpm-install
with:
version: 8
run_install: false
# setup node
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'pnpm'

- name: Deploy to Vercel if needed
run: |
npm install --global vercel@latest
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' }}>fdsfsds</Step.FixedButton>
<Step.FixedButton style={{ marginBottom: '20px' }}>ㄴㄴㄴㄴ</Step.FixedButton>
</div>
);
}

0 comments on commit 7806ada

Please sign in to comment.