Skip to content

Commit b7d8308

Browse files
committed
feat(ci): Add testing back to Actions
1 parent 481b05e commit b7d8308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- run: |
2626
npm ci
27-
# npm run test
27+
npm run test
2828
2929
# test action works running from the graph
3030
test-action:

0 commit comments

Comments
 (0)