mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-09-06 22:30:40 +00:00
composite
This commit is contained in:
13
.github/workflows/test.yaml
vendored
13
.github/workflows/test.yaml
vendored
@@ -13,15 +13,6 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 7
|
||||
- uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: 18
|
||||
cache: "pnpm"
|
||||
|
||||
- run: pnpm install --frozen-lockfile
|
||||
- run: pnpm run compile
|
||||
- name: Build
|
||||
uses: ./.github/actions/build
|
||||
- run: pnpm run test
|
||||
|
Reference in New Issue
Block a user