Skip to content

Commit 739a661

Browse files
committed
Re-enable testing
1 parent e716a73 commit 739a661

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ jobs:
3434
if: ${{ ! startsWith(matrix.node-version, '16.') }}
3535

3636
- name: Test
37-
run: npm test
38-
if: ${{ false }} # Disable testing for now
37+
run: npm run --workspace server test
3938

4039
package:
4140
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)