Migrate to FontAwesome pro

This commit is contained in:
Charles Bochet
2023-04-14 11:52:12 +02:00
parent 1b1b5c9584
commit c317d4bcf6
11 changed files with 29 additions and 23 deletions

View File

@ -22,6 +22,8 @@ jobs:
${{ runner.os }}-build-
${{ runner.os }}-
- name: Install Dependencies
env:
FONTAWESOME_NPM_AUTH_TOKEN: ${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}
run: cd front && npm install
- name: Run tests and code coverage
run: cd front && npm run coverage-ci