Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added unit and integration testing through Github Actions on push/PR #510

Merged
merged 8 commits into from
May 14, 2023
Prev Previous commit
Next Next commit
Enabled action on all branch pushes for testing
  • Loading branch information
stevenewald committed May 12, 2023
commit 3a988220b7d22d0cca4603a9898500f13d280264
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Node.js CI

on:
push:
branches: [main]
# branches: [main]
pull_request:
branches: [main]
# branches: [main]

jobs:
build:
Expand Down