diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index aa51dc1d2..2d8077593 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -28,12 +28,6 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - name: Install - run: yarn install --immutable - - name: Test - run: yarn test - - name: Lint - run: yarn lint - name: Setup .yarnrc.yml run: | yarn config set npmAuthToken $NPM_TOKEN @@ -41,6 +35,12 @@ jobs: echo //registry.npmjs.org/:_authToken=$NPM_TOKEN > ~/.npmrc env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + - name: Install + run: yarn install --immutable + - name: Test + run: yarn test + - name: Lint + run: yarn lint - name: Release run: yarn release env: