mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
Merge remote-tracking branch 'origin/master' into 4.x
# Conflicts: # README.md
This commit is contained in:
commit
6bfc673e1d
1 changed files with 3 additions and 3 deletions
6
.github/main.workflow
vendored
6
.github/main.workflow
vendored
|
@ -1,9 +1,9 @@
|
|||
workflow "New workflow" {
|
||||
on = "push"
|
||||
resolves = [
|
||||
"Docker build health check",
|
||||
"Test Publish Verdaccio",
|
||||
]
|
||||
]
|
||||
on = "push"
|
||||
}
|
||||
|
||||
action "Docker build health check" {
|
||||
|
@ -14,5 +14,5 @@ action "Docker build health check" {
|
|||
action "Test Publish Verdaccio" {
|
||||
uses = "verdaccio/github-actions/publish@v0.1.0"
|
||||
needs = ["Docker build health check"]
|
||||
args = "-ddd"
|
||||
args = "-d"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue