Update .woodpecker.yml
This commit is contained in:
parent
76da77346e
commit
eb0fac3b5a
|
@ -8,6 +8,14 @@ clone:
|
|||
partial: false
|
||||
depth: 1
|
||||
steps:
|
||||
run-post-deploy-smoke-tests:
|
||||
name: run-post-deploy-smoke-tests
|
||||
image: git.nixc.us/colin/playwright:latest
|
||||
secrets: [REGISTRY_USER, REGISTRY_PASSWORD]
|
||||
when:
|
||||
- branch: main
|
||||
- path:
|
||||
include: [ 'stack.yml', 'docker-compose.yml', 'Dockerfile.*', '.woodpecker.yml', '*.tests.ts' ]
|
||||
build-push:
|
||||
name: build-push
|
||||
when:
|
||||
|
|
Loading…
Reference in New Issue