diff --git a/.github/workflows/checkin.yml b/.github/workflows/checkin.yml index 6927d541..cf5d8eee 100644 --- a/.github/workflows/checkin.yml +++ b/.github/workflows/checkin.yml @@ -13,11 +13,6 @@ jobs: Build: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v3 - with: - fetch-depth: 0 - - run: npm ci - name: Build run: npm run build Test: