diff --git a/.github/workflows/integrate.yml b/.github/workflows/integrate.yml index 2b899e6..eb013a4 100644 --- a/.github/workflows/integrate.yml +++ b/.github/workflows/integrate.yml @@ -8,14 +8,13 @@ jobs: test_pull_request: runs-on: ubuntu-latest steps: - - name: Checkout code - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 16 - name: Install dependencies - - run: | + run: | npm ci cd functions && npm ci