Skip to content

Commit

Permalink
run tests on push
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandra-c committed Jul 29, 2024
1 parent e277637 commit 9fd3210
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
name: run tests

on:
push:
branches:
- master
pull_request:
branches: [master]

Expand All @@ -20,4 +23,4 @@ jobs:
- name: Test EJS syntax
run: npm run ejslint
- name: Run tests
run: npm test
run: npm test

0 comments on commit 9fd3210

Please sign in to comment.