Skip to content

Commit

Permalink
Let github run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaskello committed Nov 21, 2023
1 parent 7e582fc commit 546d805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn build
- run: yarn test
# - run: yarn test-coverage-all
# - name: Upload coverage to Codecov
# uses: codecov/codecov-action@v1

0 comments on commit 546d805

Please sign in to comment.