mirror of
https://github.com/profullstack/logicsrc.git
synced 2026-08-13 14:37:26 +00:00
Add contract and Playwright PR checks
This commit is contained in:
parent
447974dbba
commit
254233c3ab
11 changed files with 277 additions and 45 deletions
16
.github/workflows/test.yml
vendored
16
.github/workflows/test.yml
vendored
|
|
@ -1,7 +1,3 @@
|
|||
# Managed by sh1pt Actions Fleet
|
||||
# pack: node-pnpm-test@1.0.0
|
||||
# install: sh1pt-actions-store
|
||||
# hash: sha256:14a3f6fdbc21be92e815a16317251c967e4fbd95a5daf98819e0c23e7d56bf4f
|
||||
name: test
|
||||
|
||||
on:
|
||||
|
|
@ -19,17 +15,13 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: pnpm/action-setup@v4
|
||||
with:
|
||||
version: 9.12.0
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 22
|
||||
cache: pnpm
|
||||
node-version: 24
|
||||
cache: npm
|
||||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- run: npm ci
|
||||
|
||||
- run: pnpm test
|
||||
- run: npm test
|
||||
env:
|
||||
CI: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue