Skip to content

Commit

Permalink
feat: run hello world application
Browse files Browse the repository at this point in the history
  • Loading branch information
leimonio committed Mar 28, 2024
1 parent b5039fc commit 24e7ba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-quickstart-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run the app component
run: |
cd my-hello-world-nextjs
bit run hello-world-app &
bit run my-nextjs-app &
checkserver http://localhost:3000
- name: Preview components
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextjs-quickstart-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run the app component
run: |
cd my-hello-world-nextjs
bit run hello-world-app &
bit run my-nextjs-app &
checkserver http://localhost:3000
- name: Preview components
run: |
Expand Down

0 comments on commit 24e7ba3

Please sign in to comment.