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
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:
@@ -12,6 +12,7 @@ concurrency:
|
||||
|
||||
env:
|
||||
NODE_VERSION: "20"
|
||||
GIT_SSL_NO_VERIFY: "true"
|
||||
|
||||
jobs:
|
||||
api-tests:
|
||||
|
||||
Reference in New Issue
Block a user