From 6dca13aa5480ba442850d96ea7da693e1fce999c Mon Sep 17 00:00:00 2001 From: Zafei-Erin <897659752@qq.com> Date: Thu, 22 Feb 2024 00:04:07 +0800 Subject: [PATCH] tab --- .github/workflows/Backend-ci .yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) 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: