Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-drexler committed Nov 12, 2024
1 parent b600374 commit e9073e9
Show file tree
Hide file tree
Showing 3 changed files with 3,992 additions and 3,166 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/robin-test.yml
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
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Loading

0 comments on commit e9073e9

Please sign in to comment.