From af218784ad18193f19160662edf568617378b1c8 Mon Sep 17 00:00:00 2001 From: Travis Raines <571832+rainest@users.noreply.github.com> Date: Thu, 16 Nov 2023 12:44:23 -0800 Subject: [PATCH] chore: run tests on PRs --- .github/workflows/integration.yaml | 3 ++- .github/workflows/test.yaml | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index e9a789b..281c8d6 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -10,7 +10,8 @@ on: push: branches: - main - pull_request: {} + pull_request: + - * jobs: integration: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1da27c0..f033f2b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,8 @@ on: push: branches: - main - pull_request: {} + pull_request: + - * jobs: test: @@ -29,7 +30,7 @@ jobs: - name: Upload Code Coverage uses: codecov/codecov-action@v3 with: - name: codecov-deck + name: codecov token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true - name: Build