mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-14 03:08:54 +01:00
Update main.workflow
This commit is contained in:
13
.github/main.workflow
vendored
13
.github/main.workflow
vendored
@@ -1,6 +1,6 @@
|
||||
workflow "Build, Test, and Publish" {
|
||||
on = "push"
|
||||
resolves = ["Build"]
|
||||
resolves = ["new-action"]
|
||||
}
|
||||
|
||||
action "Build" {
|
||||
@@ -12,3 +12,14 @@ action "Compile Assets" {
|
||||
uses = "nuxt/actions-yarn@master"
|
||||
args = "encore production"
|
||||
}
|
||||
|
||||
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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user