mirror of
https://github.com/the-programmers-hangout/Mimic.git
synced 2026-09-04 01:06:00 +02:00
github actions take 3
This commit is contained in:
@@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Build app
|
- name: Build app
|
||||||
if: matrix.php == '8.4'
|
if: matrix.php == '8.4'
|
||||||
run: composer ci:build
|
run: php laracord app:build
|
||||||
|
|
||||||
- name: Upload build artifact
|
- name: Upload build artifact
|
||||||
if: matrix.php == '8.4'
|
if: matrix.php == '8.4'
|
||||||
|
|||||||
+1
-1
@@ -36,7 +36,7 @@
|
|||||||
"@composer format:check"
|
"@composer format:check"
|
||||||
],
|
],
|
||||||
"ci:build": [
|
"ci:build": [
|
||||||
"php ./laracord app:build --build-version=ci"
|
"php laracord app:build"
|
||||||
],
|
],
|
||||||
"post-root-package-install": [
|
"post-root-package-install": [
|
||||||
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
||||||
|
|||||||
Reference in New Issue
Block a user