Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed
Details
ci/woodpecker/push/woodpecker Pipeline failed
Details
This commit is contained in:
parent
f7bda31075
commit
a7100807e2
|
@ -8,14 +8,14 @@ clone:
|
|||
partial: false
|
||||
depth: 1
|
||||
steps:
|
||||
run-smoke-tests:
|
||||
name: run-playwright-tests
|
||||
image: git.nixc.us/colin/playwright:latest
|
||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USERNAME, SWARM_PASSWORD]
|
||||
when:
|
||||
- branch: main
|
||||
- path:
|
||||
include: [ 'stack.yml', 'docker-compose.yml', 'Dockerfile', '.woodpecker.yml', '*.tests.ts' ]
|
||||
# run-smoke-tests:
|
||||
# name: run-playwright-tests
|
||||
# image: git.nixc.us/colin/playwright:latest
|
||||
# secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USERNAME, SWARM_PASSWORD]
|
||||
# when:
|
||||
# - branch: main
|
||||
# - path:
|
||||
# include: [ 'stack.yml', 'docker-compose.yml', 'Dockerfile', '.woodpecker.yml', '*.tests.ts' ]
|
||||
deploy-config:
|
||||
name: deploy-config
|
||||
when:
|
||||
|
|
Loading…
Reference in New Issue