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
|
partial: false
|
||||||
depth: 1
|
depth: 1
|
||||||
steps:
|
steps:
|
||||||
run-smoke-tests:
|
# run-smoke-tests:
|
||||||
name: run-playwright-tests
|
# name: run-playwright-tests
|
||||||
image: git.nixc.us/colin/playwright:latest
|
# image: git.nixc.us/colin/playwright:latest
|
||||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USERNAME, SWARM_PASSWORD]
|
# secrets: [REGISTRY_USER, REGISTRY_PASSWORD, SWARM_USERNAME, SWARM_PASSWORD]
|
||||||
when:
|
# when:
|
||||||
- branch: main
|
# - branch: main
|
||||||
- path:
|
# - path:
|
||||||
include: [ 'stack.yml', 'docker-compose.yml', 'Dockerfile', '.woodpecker.yml', '*.tests.ts' ]
|
# include: [ 'stack.yml', 'docker-compose.yml', 'Dockerfile', '.woodpecker.yml', '*.tests.ts' ]
|
||||||
deploy-config:
|
deploy-config:
|
||||||
name: deploy-config
|
name: deploy-config
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in New Issue