Update .woodpecker.yml
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
colin 2024-01-31 02:00:40 +00:00
parent f7bda31075
commit a7100807e2
1 changed files with 8 additions and 8 deletions

View File

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