mirror of
https://github.com/cupcakearmy/formhero.git
synced 2025-09-05 22:00:39 +00:00
checkout first
This commit is contained in:
1
.github/actions/build/action.yaml
vendored
1
.github/actions/build/action.yaml
vendored
@@ -6,7 +6,6 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite" # This is the magic
|
using: "composite" # This is the magic
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- uses: pnpm/action-setup@v2
|
- uses: pnpm/action-setup@v2
|
||||||
with:
|
with:
|
||||||
version: 7
|
version: 7
|
||||||
|
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -13,6 +13,6 @@ jobs:
|
|||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Build
|
- uses: actions/checkout@v3
|
||||||
uses: ./.github/actions/build
|
- uses: ./.github/actions/build
|
||||||
- run: pnpm run test
|
- run: pnpm run test
|
||||||
|
Reference in New Issue
Block a user