mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 09:35:49 +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" {
|
||||
on = "push"
|
||||
resolves = ["new-action"]
|
||||
resolves = ["nuxt/actions-yarn@master"]
|
||||
}
|
||||
|
||||
action "Build" {
|
||||
|
@ -16,10 +16,5 @@ action "Compile Assets" {
|
|||
action "nuxt/actions-yarn@master" {
|
||||
uses = "nuxt/actions-yarn@master"
|
||||
needs = ["Build"]
|
||||
args = "run"
|
||||
}
|
||||
|
||||
action "new-action" {
|
||||
uses = "owner/repo/path@ref"
|
||||
needs = ["nuxt/actions-yarn@master"]
|
||||
args = "run build"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue