Skip to content

Add GitHub Status Checks for Deployments #3938

Add GitHub Status Checks for Deployments

Add GitHub Status Checks for Deployments #3938

Triggered via pull request January 8, 2026 15:37
Status Failure
Total duration 3m 5s
Artifacts

pull-request.yml

on: pull_request
Matrix: pr-check
Fit to window
Zoom out
Zoom in

Annotations

2 errors
pr-check (test)
Process completed with exit code 1.
__test__/deploy/application.command.test.ts > deployApplication - Command Generation Tests > should execute commands in correct order: apps/dokploy/__test__/deploy/application.command.test.ts#L258
AssertionError: expected '(set -e;set -e;rm -rf /home/runner/wo…' to contain 'nixpacks build' - Expected + Received - nixpacks build + (set -e;set -e;rm -rf /home/runner/work/dokploy/dokploy/apps/dokploy/.docker/applications/test-app/code;mkdir -p /home/runner/work/dokploy/dokploy/apps/dokploy/.docker/applications/test-app/code;echo "Cloning Repo Custom https://github.com/Dokploy/examples.git to /home/runner/work/dokploy/dokploy/apps/dokploy/.docker/applications/test-app/code: ✅";if ! git clone --branch main --depth 1 --progress https://github.com/Dokploy/examples.git /home/runner/work/dokploy/dokploy/apps/dokploy/.docker/applications/test-app/code; then + echo "❌ [ERROR] Fail to clone the repository https://github.com/Dokploy/examples.git"; + exit 1; + fi + ) >> /tmp/test-deployment.log 2>&1 ❯ __test__/deploy/application.command.test.ts:258:23