Skip to content

Commit

Permalink
fix: build pr
Browse files Browse the repository at this point in the history
  • Loading branch information
frode-carlsen committed May 19, 2021
1 parent 32d5b57 commit 8d1d219
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,5 @@ jobs:
${{ runner.os }}-yarn-
- name: Installere dependencies
run: yarn install --ignore-optional --no-progress --frozen-lockfile

- name: Tester, typescript-sjekk og linting
run: yarn test:all && yarn ts-check && yarn less:lint
- name: Tester og linting
run: yarn test && yarn less:lint

0 comments on commit 8d1d219

Please sign in to comment.