Update .woodpecker.yml
This commit is contained in:
parent
b697e5a66d
commit
17a65b2263
|
@ -11,7 +11,7 @@ steps:
|
|||
run-smoke-tests:
|
||||
name: run-playwright-tests
|
||||
image: git.nixc.us/colin/playwright:latest
|
||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
|
||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USER, SWARM_PASSWORD]
|
||||
when:
|
||||
- branch: main
|
||||
- path:
|
||||
|
@ -31,7 +31,7 @@ steps:
|
|||
run-post-deploy-smoke-tests:
|
||||
name: run-post-deploy-smoke-tests
|
||||
image: git.nixc.us/colin/playwright:latest
|
||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
|
||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USER, SWARM_PASSWORD]
|
||||
when:
|
||||
- branch: main
|
||||
- path:
|
||||
|
|
Loading…
Reference in New Issue