From a0cd688c9789254a7c455a6d4cdb57b3ce4df03b Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Tue, 10 Feb 2026 11:52:10 +0700 Subject: [PATCH] remove test --- .forgejo/workflows/deploy-backend.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.forgejo/workflows/deploy-backend.yaml b/.forgejo/workflows/deploy-backend.yaml index 207862e9..7d4a2058 100644 --- a/.forgejo/workflows/deploy-backend.yaml +++ b/.forgejo/workflows/deploy-backend.yaml @@ -65,11 +65,6 @@ jobs: cache-from: type=registry,ref=${{ env.REGISTRY }}/${{ env.BACKEND_IMAGE_NAME }}:buildcache cache-to: type=registry,ref=${{ env.REGISTRY }}/${{ env.BACKEND_IMAGE_NAME }}:buildcache,mode=max - - name: Test image can run - run: | - # Quick test that image can start - docker run --rm ${{ env.REGISTRY }}/${{ env.BACKEND_IMAGE_NAME }}:${{ env.IMAGE_TAG }} node --version - deploy: name: Deploy E-learning Backend to Dev Server runs-on: ubuntu-latest