From da4964079d09d0f5fdd8d2fa5a212312ad387080 Mon Sep 17 00:00:00 2001 From: tom Date: Mon, 27 Jun 2022 09:08:35 +0100 Subject: [PATCH] chore(fix tests action): so it runs on prs as well as pushes --- .github/workflows/run-tests.yaml | 2 +- .gitignore | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 385c579..99f4aa9 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -1,6 +1,6 @@ name: Test Package -on: [push] +on: [push, pull_request] jobs: test: diff --git a/.gitignore b/.gitignore index d4912ac..b889850 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ coverage/ .vscode/ **/**/stats.html -**/.env \ No newline at end of file +**/.env + +lerna-debug.log \ No newline at end of file