Add GitHub Status Checks for Deployments #3938
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
|