Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
ci(github): remove if always
Browse files Browse the repository at this point in the history
  • Loading branch information
matteovivona committed Aug 12, 2020
1 parent b1884c8 commit c601262
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,9 @@ jobs:
run: |
npm run lint
- name: Build
if: always()
run: |
npm run build
- name: Run tests
if: always()
run: |
npm run coveralls
- name: Coveralls
Expand Down

1 comment on commit c601262

@vercel
Copy link

@vercel vercel bot commented on c601262 Aug 12, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.