fix: bypass SSL verification in Gitea Actions checkout steps
Build & Deploy / Build & Push Docker Image (push) Failing after 9m29s
Build & Deploy / Deploy to VPS (push) Has been skipped
Test / API Unit Tests (push) Successful in 9m58s
Test / Marketplace Unit Tests (push) Has been cancelled
Test / Admin Unit Tests (push) Has been cancelled
Test / Dashboard Unit Tests (push) Has been cancelled
Test / API Integration Tests (push) Has been cancelled

This commit is contained in:
root
2026-06-20 18:46:13 -04:00
parent e02c811ffd
commit d4c460c3cb
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -12,6 +12,7 @@ concurrency:
env:
NODE_VERSION: "20"
GIT_SSL_NO_VERIFY: "true"
jobs:
api-tests: