1
0
Fork 0

Update .woodpecker.yml

This commit is contained in:
colin 2023-11-21 19:07:22 +00:00
parent 76da77346e
commit eb0fac3b5a
1 changed files with 8 additions and 0 deletions

View File

@ -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: