-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b600374
commit e9073e9
Showing
3 changed files
with
3,992 additions
and
3,166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
name: Robin Test | ||
on: | ||
workflow_dispatch: | ||
|
||
jobs: | ||
test: | ||
name: Test 🧪 | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 5 | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: ./.github/workflows/actions/prepare | ||
- run: pnpm run example:kitchen-sink --port 8080 & | ||
- pnpm wait-on http://localhost:8080 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,8 @@ | |
"tsx": "^4.19.0", | ||
"typescript": "^5.5.0", | ||
"vite": "^5.4.0", | ||
"vitest": "^1.6.0" | ||
"vitest": "^1.6.0", | ||
"wait-on": "^8.0.1" | ||
}, | ||
"packageManager": "[email protected]+sha256.487609e857f1c11780cc98dd0bfe4c8a8b11c7f23bc3a4493ac7d263d6fb6c8c", | ||
"prettier": { | ||
|
Oops, something went wrong.