Skip to content

Commit 2b762f6

Browse files
committed
wip
1 parent b600374 commit 2b762f6

File tree

3 files changed

+3990
-3166
lines changed

3 files changed

+3990
-3166
lines changed

.github/workflows/robin-test.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: Robin Test
2+
3+
jobs:
4+
test:
5+
name: Test 🧪
6+
runs-on: ubuntu-latest
7+
timeout-minutes: 5
8+
steps:
9+
- uses: actions/checkout@v4
10+
- uses: ./.github/workflows/actions/prepare
11+
- run: pnpm run example:kitchen-sink --port 8080 &
12+
- pnpm wait-on http://localhost:8080

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@
3333
"tsx": "^4.19.0",
3434
"typescript": "^5.5.0",
3535
"vite": "^5.4.0",
36-
"vitest": "^1.6.0"
36+
"vitest": "^1.6.0",
37+
"wait-on": "^8.0.1"
3738
},
3839
"packageManager": "[email protected]+sha256.487609e857f1c11780cc98dd0bfe4c8a8b11c7f23bc3a4493ac7d263d6fb6c8c",
3940
"prettier": {

0 commit comments

Comments
 (0)