diff --git a/.github/workflows/Backend-ci .yml b/.github/workflows/Backend-ci .yml index f129644..6092623 100644 --- a/.github/workflows/Backend-ci .yml +++ b/.github/workflows/Backend-ci .yml @@ -12,33 +12,33 @@ jobs: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 + - name: Checkout + uses: actions/checkout@v4 - - name: Remove deploy label - uses: actions-ecosystem/action-remove-labels@v1 - with: - labels: "deploy: backend" - - - name: Setup Node + - name: Remove deploy label + uses: actions-ecosystem/action-remove-labels@v1 + with: + labels: "deploy: backend" + + - name: Setup Node uses: actions/setup-node@v4 with: node-version: 18 cache: "npm" cache-dependency-path: "backend/package-lock.json" - - name: Install deps - run: npm install - working-directory: "backend" + - name: Install deps + run: npm install + working-directory: "backend" - - name: Run ci - run: npm ci - working-directory: "backend" + - name: Run ci + run: npm ci + working-directory: "backend" docker-push: needs: git-ci runs-on: ubuntu-latest - + - name: Login to Docker Hub uses: docker/login-action@v3 with: