From b7d42e3ee4d907f178f5ddf2a918588d190f72db Mon Sep 17 00:00:00 2001 From: Edie Lemoine Date: Mon, 13 Nov 2023 11:58:01 +0100 Subject: [PATCH] build(gha): download carrier logos in ci --- .github/actions/build/action.yml | 12 ++++++++++++ .github/actions/setup/action.yml | 6 ------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index deb169f4..e91559eb 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -23,6 +23,18 @@ runs: with: composer-flags: --no-dev + - name: 'Import translations' + shell: bash + #language=sh + run: | + yarn run translations:import + + - name: 'Download carrier logos' + shell: bash + #language=sh + run: | + yarn run download:carrier-logos + - name: 'Build frontend' shell: bash #language=sh diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 2ad9a48a..b98b460a 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -24,9 +24,3 @@ runs: - uses: myparcelnl/actions/yarn-install@v3 with: node-version: 18 - - - name: 'Import translations' - shell: bash - #language=sh - run: | - yarn translations:import