From 85c4bb9b48bb97769b7e97459b916cda4930a10b Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Tue, 26 Nov 2024 12:36:25 -0700 Subject: [PATCH] Run integration tests on the main branch This provides a baseline proof of passing tests before a change --- .github/workflows/integration-test.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 39acb90c..e576cfe0 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -1,6 +1,15 @@ name: Integration Tests on: + push: + branches: + - main + paths: + - .github/workflows/integration-test*.yml + - earthaccess/** + - scripts/integration-test.sh + - tests/** + - uv.lock pull_request: branches: - main