Github actions: Added missing step for ziggy; Added names to steps

This commit is contained in:
Constantin Graf
2024-03-27 22:58:04 +01:00
parent 0b18c22fe0
commit 6dc7c1ba1d
4 changed files with 41 additions and 14 deletions

View File

@@ -38,10 +38,10 @@ jobs:
with:
node-version: '20.x'
- name: Install dependencies
- name: "Install dependencies"
run: npm ci
- name: Build Frontend
- name: "Build Frontend"
run: npm run build
- name: "Prepare Laravel Application"