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:
|
||||
using: "composite" # This is the magic
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: pnpm/action-setup@v2
|
||||
with:
|
||||
version: 7
|
||||
|
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -13,6 +13,6 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Build
|
||||
uses: ./.github/actions/build
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ./.github/actions/build
|
||||
- run: pnpm run test
|
||||
|
Loading…
Reference in New Issue
Block a user