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 7806ada commit 97f6f40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ jobs:
node-version: 20
cache: 'pnpm'

# turbo cache setup
- name: Cache turbo build setup
uses: actions/cache@v4
with:
path: .turbo
key: ${{ runner.os }}-turbo-${{ github.sha }}
restore-keys: |
${{ runner.os }}-turbo-
# playwright browsers cache setup
- name: Cache playwright binaries
uses: actions/cache@v3
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' }}>ㄴㄴㄴㄴ</Step.FixedButton>
<Step.FixedButton style={{ marginBottom: '20px' }}>rrrr</Step.FixedButton>
</div>
);
}

0 comments on commit 97f6f40

Please sign in to comment.