mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-30 15:55:54 +02:00
Delete main.workflow
This commit is contained in:
parent
ad949d4d9b
commit
7f3b4031b1
1 changed files with 0 additions and 29 deletions
29
.github/main.workflow
vendored
29
.github/main.workflow
vendored
|
@ -1,29 +0,0 @@
|
|||
workflow "Build, Test, and Publish" {
|
||||
on = "push"
|
||||
resolves = [
|
||||
"Install Composer dependencies",
|
||||
"Build frontent code.",
|
||||
"Install frontend depencies.",
|
||||
]
|
||||
}
|
||||
|
||||
action "Install frontend depencies." {
|
||||
uses = "nuxt/actions-yarn@master"
|
||||
args = "install"
|
||||
}
|
||||
|
||||
action "Compile Assets" {
|
||||
uses = "nuxt/actions-yarn@master"
|
||||
args = "encore production"
|
||||
}
|
||||
|
||||
action "Build frontent code." {
|
||||
uses = "nuxt/actions-yarn@master"
|
||||
args = "run build"
|
||||
needs = ["Install frontend depencies."]
|
||||
}
|
||||
|
||||
action "Install Composer dependencies" {
|
||||
uses = "pxgamer/composer-action@master"
|
||||
args = "install -a"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue