Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit dee0cdd

Browse files
committed
ci: enable tests
1 parent 4d381a1 commit dee0cdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ jobs:
3333
apm install --production
3434
npm install --only=dev
3535
36-
# - name: Run tests 👩🏾‍💻
37-
# run: npm run lint
36+
- name: Run tests 👩🏾‍💻
37+
run: npm run lint
3838

3939
Lint:
4040
if: "!contains(github.event.head_commit.message, '[skip ci]')"

0 commit comments

Comments
 (0)