Skip to content

Commit

Permalink
💩 Remove tests from CI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Jul 12, 2023
1 parent e736c27 commit 1d100d9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
run: npm ci
- name: Build TypeScript
run: npm run build
- name: Run tests
run: npm run coverage
- name: Coverage
uses: coverallsapp/github-action@master
with:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,3 @@ jobs:
run: npm ci
- name: Build TypeScript
run: npm run build
- name: Run tests
run: npm run test

0 comments on commit 1d100d9

Please sign in to comment.