Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
stakbucks committed Aug 16, 2024
1 parent 975b5ff commit cb87667
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/preview_bottle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# Set the build_status as an output variable for the job
echo "::set-output name=build_status::$build_status"
#to here
- run: pnpx playwright install
if: steps.playwright-cache.outputs.cache-hit != 'true'
- run: pnpx playwright install-deps
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 @@ -5,7 +5,7 @@ export default function Home() {
return (
<div>
<div style={{ width: '100%', height: '200vh', display: 'flex', alignItems: 'flex-end', marginBottom: '300px' }}>
<p>폰트 적용확인폰트</p>
<p>폰트</p>
<Asset type="icon-down" />
<Asset type="icon-arrow-left" />
</div>
Expand Down

0 comments on commit cb87667

Please sign in to comment.