Skip to content

Commit

Permalink
build(gha): download carrier logos in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Nov 13, 2023
1 parent e03a380 commit b7d42e3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
12 changes: 12 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b7d42e3

Please sign in to comment.