mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Update main.workflow
This commit is contained in:
parent
fd541c874d
commit
8cb445f981
1 changed files with 2 additions and 7 deletions
9
.github/main.workflow
vendored
9
.github/main.workflow
vendored
|
@ -1,6 +1,6 @@
|
||||||
workflow "Build, Test, and Publish" {
|
workflow "Build, Test, and Publish" {
|
||||||
on = "push"
|
on = "push"
|
||||||
resolves = ["new-action"]
|
resolves = ["nuxt/actions-yarn@master"]
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Build" {
|
action "Build" {
|
||||||
|
@ -16,10 +16,5 @@ action "Compile Assets" {
|
||||||
action "nuxt/actions-yarn@master" {
|
action "nuxt/actions-yarn@master" {
|
||||||
uses = "nuxt/actions-yarn@master"
|
uses = "nuxt/actions-yarn@master"
|
||||||
needs = ["Build"]
|
needs = ["Build"]
|
||||||
args = "run"
|
args = "run build"
|
||||||
}
|
|
||||||
|
|
||||||
action "new-action" {
|
|
||||||
uses = "owner/repo/path@ref"
|
|
||||||
needs = ["nuxt/actions-yarn@master"]
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue