mirror of
https://github.com/cupcakearmy/formhero.git
synced 2026-05-21 17:45:32 +00:00
checkout first
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user