gen tls in e2e. add snapshotting in kaniko
Some checks failed
ci/woodpecker/push/ci Pipeline was successful
ci/woodpecker/pr/ci Pipeline failed

This commit is contained in:
Madison Grubb
2026-02-12 11:06:22 -05:00
parent e332c86748
commit fc6a34c266
2 changed files with 9 additions and 7 deletions

View File

@@ -11,8 +11,6 @@ steps:
- name: test
image: node:24-slim
depends_on: []
environment:
CI: "true"
commands:
- npm run test
when:
@@ -23,9 +21,9 @@ steps:
depends_on: []
commands:
- npm ci
- ./scripts/gen-dev-cert.sh
- npm run test:e2e
environment:
CI: "true"
NODE_TLS_REJECT_UNAUTHORIZED: "0"
when:
- event: pull_request
@@ -38,6 +36,8 @@ steps:
registry: git.keligrubb.com
tags: latest
dry-run: true
single-snapshot: true
cleanup: true
when:
- event: pull_request
@@ -50,6 +50,8 @@ steps:
username: ${CI_REPO_OWNER}
password:
from_secret: gitea_registry_token
single-snapshot: true
cleanup: true
when:
- event: push
branch: main