mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 22:19:19 +00:00
✨ Add missing render-wasm to the ci workflow
This commit is contained in:
parent
b23e0c0642
commit
74d00473e9
26
.github/workflows/tests.yml
vendored
26
.github/workflows/tests.yml
vendored
@ -8,8 +8,6 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
types:
|
types:
|
||||||
- opened
|
- opened
|
||||||
- edited
|
|
||||||
- reopened
|
|
||||||
- synchronize
|
- synchronize
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
@ -91,6 +89,30 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
yarn run lint:scss;
|
yarn run lint:scss;
|
||||||
|
|
||||||
|
test-render-wasm:
|
||||||
|
name: "Render WASM Tests"
|
||||||
|
runs-on: ubuntu-24.04
|
||||||
|
container: penpotapp/devenv:latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Format
|
||||||
|
working-directory: ./render-wasm
|
||||||
|
run: |
|
||||||
|
cargo fmt --check
|
||||||
|
|
||||||
|
- name: Lint
|
||||||
|
working-directory: ./render-wasm
|
||||||
|
run: |
|
||||||
|
./lint
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
working-directory: ./render-wasm
|
||||||
|
run: |
|
||||||
|
./test
|
||||||
|
|
||||||
test-backend:
|
test-backend:
|
||||||
name: "Backend Tests"
|
name: "Backend Tests"
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user