Skip to content

Commit 6740353

Browse files
committed
Enable deploy tests again.
1 parent 2b1963c commit 6740353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
node-version: ${{ matrix.node-version }}
2323
- name: Install dependencies
2424
run: npm install
25-
# - name: Run tests
26-
# run: npm test
25+
- name: Run tests
26+
run: npm test
2727
- name: Create production bundle
2828
run: npm run build
2929
- name: Install SSH Client

0 commit comments

Comments
 (0)