From e29118d3a4ea52c7f75f02d057057656cf1ea458 Mon Sep 17 00:00:00 2001 From: Evyatar Date: Thu, 14 Sep 2023 23:37:14 +0200 Subject: [PATCH] Update Integration.yml --- .github/workflows/integration.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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: