Skip to content

Commit

Permalink
Revert "πŸ’š temp disable CI test runs to fix deployment"
Browse files Browse the repository at this point in the history
This reverts commit cd2b8b2.
  • Loading branch information
adrianjost committed Jan 15, 2024
1 parent 5081d8f commit 86679d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
run: npm ci && cd functions && npm ci && cd ..
- name: Lint
run: npm run lint
# - name: Test
# run: npm run test
- name: Test
run: npm run test
deployFrontend:
name: Deploy Frontend
needs: test
Expand Down

0 comments on commit 86679d8

Please sign in to comment.