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
bec7a21517
commit
fd541c874d
1 changed files with 12 additions and 1 deletions
13
.github/main.workflow
vendored
13
.github/main.workflow
vendored
|
@ -1,6 +1,6 @@
|
||||||
workflow "Build, Test, and Publish" {
|
workflow "Build, Test, and Publish" {
|
||||||
on = "push"
|
on = "push"
|
||||||
resolves = ["Build"]
|
resolves = ["new-action"]
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Build" {
|
action "Build" {
|
||||||
|
@ -12,3 +12,14 @@ action "Compile Assets" {
|
||||||
uses = "nuxt/actions-yarn@master"
|
uses = "nuxt/actions-yarn@master"
|
||||||
args = "encore production"
|
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"]
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue