-
Notifications
You must be signed in to change notification settings - Fork 14
Major revamp of the Playground #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
8d6250d
7fb9671
8a4ddff
8c1df82
098dbde
70c954a
7841685
beb505d
22bee71
ebb3e1a
b968615
bc3d24a
bd6b510
eac9cd6
7f82150
1687826
bc28eb5
08f237b
1c5d80d
b3e963c
65c105f
0404557
05730ec
caf101e
35c4231
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -10,19 +10,25 @@ on: | |
| jobs: | ||
| test: | ||
| name: "Run Tests" | ||
| runs-on: "depot-ubuntu-24.04-small" | ||
| runs-on: "depot-ubuntu-24.04-4" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. More beef since we're running chrome |
||
| steps: | ||
| - uses: "actions/checkout@v6" | ||
| with: | ||
| lfs: true | ||
| submodules: true | ||
| - uses: "authzed/action-spicedb@v1" | ||
| with: | ||
| version: "latest" | ||
|
Comment on lines
-18
to
-20
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Not needed when everything is wasm |
||
| - uses: "actions/setup-node@v6" | ||
| with: | ||
| node-version: 24 | ||
| cache-dependency-path: "yarn.lock" | ||
| cache: "yarn" | ||
| - uses: "bahmutov/npm-install@v1" | ||
| - name: "Install chromium for playwright" | ||
| run: "yarn test:install-chromium-headless" | ||
| - name: "Run tests" | ||
| run: "yarn test" | ||
| - name: "Upload test artifacts" | ||
| if: "failure()" | ||
| uses: "actions/upload-artifact@v4" | ||
| with: | ||
| name: "test-screenshots" | ||
| path: "src/tests/browser/__screenshots__" | ||
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| ## The Dev API | ||
|
|
||
| The share logic in prod is taken care of by Vercel API routes | ||
| that write and read to object storage. This provides a similar | ||
| API, but stores the shares in-memory. It exists to make it possible | ||
| to test share logic in development. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The lint step already does typechecking