mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -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" {
|
workflow "New workflow" {
|
||||||
on = "push"
|
|
||||||
resolves = [
|
resolves = [
|
||||||
"Docker build health check",
|
"Docker build health check",
|
||||||
"Test Publish Verdaccio",
|
"Test Publish Verdaccio",
|
||||||
]
|
]
|
||||||
|
on = "push"
|
||||||
}
|
}
|
||||||
|
|
||||||
action "Docker build health check" {
|
action "Docker build health check" {
|
||||||
|
@ -14,5 +14,5 @@ action "Docker build health check" {
|
||||||
action "Test Publish Verdaccio" {
|
action "Test Publish Verdaccio" {
|
||||||
uses = "verdaccio/github-actions/publish@v0.1.0"
|
uses = "verdaccio/github-actions/publish@v0.1.0"
|
||||||
needs = ["Docker build health check"]
|
needs = ["Docker build health check"]
|
||||||
args = "-ddd"
|
args = "-d"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue