From a60dc774682dfd958a80e66c66463e1e392763f5 Mon Sep 17 00:00:00 2001 From: James Salter Date: Tue, 19 Oct 2021 13:12:17 +0100 Subject: [PATCH] add missing steps --- .github/workflows/ci_package.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_package.yml b/.github/workflows/ci_package.yml index 0e6849cc5e..1e2baf7b0f 100644 --- a/.github/workflows/ci_package.yml +++ b/.github/workflows/ci_package.yml @@ -16,7 +16,7 @@ jobs: - run: yarn lint:js - run: yarn lint:types - run: yarn lint:style - build-stats: + build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 @@ -24,6 +24,7 @@ jobs: with: node-version: '14' cache: 'yarn' + - run: ./scripts/fetch-develop.deps.sh --depth 1 - run: yarn install - run: yarn build-stats - uses: actions/upload-artifact@v2 @@ -37,6 +38,7 @@ jobs: with: node-version: '14' cache: 'yarn' + - run: ./scripts/fetch-develop.deps.sh --depth 1 - run: yarn install - run: yarn build:genfiles - run: yarn test @@ -48,6 +50,7 @@ jobs: with: node-version: '14' cache: 'yarn' + - run: ./scripts/fetch-develop.deps.sh --depth 1 - run: yarn install - run: yarn diff-i18n package: @@ -59,6 +62,8 @@ jobs: with: node-version: '14' cache: 'yarn' + - run: ./scripts/fetch-develop.deps.sh --depth 1 + - run: yarn install - run: ./scripts/ci_package.sh - uses: actions/upload-artifact@v2 with: