mirror of
https://github.com/cupcakearmy/formhero.git
synced 2024-12-22 08:06:24 +00:00
checkout first
This commit is contained in:
parent
0616651cd3
commit
9467a66c00
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
|
||||||
|
Loading…
Reference in New Issue
Block a user