We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b600374 commit 2b762f6Copy full SHA for 2b762f6
.github/workflows/robin-test.yml
@@ -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
@@ -33,7 +33,8 @@
33
"tsx": "^4.19.0",
34
"typescript": "^5.5.0",
35
"vite": "^5.4.0",
36
- "vitest": "^1.6.0"
+ "vitest": "^1.6.0",
37
+ "wait-on": "^8.0.1"
38
},
39
"packageManager": "[email protected]+sha256.487609e857f1c11780cc98dd0bfe4c8a8b11c7f23bc3a4493ac7d263d6fb6c8c",
40
"prettier": {
0 commit comments