diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c03e8f..9d68c24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,3 +9,7 @@ jobs: run: echo "//npm.fontawesome.com/:_authToken=${{ secrets.FONTAWESOME_NPM_AUTH_TOKEN }}" >> .npmrc && cat .npmrc - name: Install modules run: yarn + - name: Run eslint + run: yarn lint + - name: Run tests with coverage + run: yarn test --coverage --silent diff --git a/src/components/__tests__/__snapshots__/DocumentLinks.test.tsx.snap b/src/components/__tests__/__snapshots__/DocumentLinks.test.tsx.snap index 2df0778..d34e7d3 100644 --- a/src/components/__tests__/__snapshots__/DocumentLinks.test.tsx.snap +++ b/src/components/__tests__/__snapshots__/DocumentLinks.test.tsx.snap @@ -62,7 +62,7 @@ exports[`DocumentLink Rendering 1`] = ` color="#0066B1" name="file-lines" size={14} - type="light" + type="solid" />