Skip to content
This repository was archived by the owner on Apr 30, 2026. It is now read-only.

Commit 729a224

Browse files
committed
trying to use our kickstart
1 parent c818c5e commit 729a224

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- run: npm ci --prefix "./complete-application/"
2222

2323
# Build
24+
- name: Copy our kickstart file over so it gets picked up
25+
run: mkdir faDockerComposeFilePath/ && cp -r kickstart faDockerComposeFilePath/
26+
- name: Install npm dependencies
2427
- name: Start FusionAuth
2528
uses: fusionauth/[email protected]
2629
with:

0 commit comments

Comments
 (0)