Skip to content

Commit

Permalink
ci: run yarn build during CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dcroote committed Aug 23, 2023
1 parent 1ad0b49 commit c92767e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:
- name: Install Dependencies
run: yarn install --frozen-lockfile

- name: Run Build
run: yarn build

- name: Run Linting Checks
run: yarn lint

Expand All @@ -60,4 +63,3 @@ jobs:
needs: [documentation, lint-test]
steps:
- run: exit 0

0 comments on commit c92767e

Please sign in to comment.