Skip to content

Commit

Permalink
Run integration tests on the main branch
Browse files Browse the repository at this point in the history
This provides a baseline proof of passing tests before a change
  • Loading branch information
mfisher87 committed Nov 26, 2024
1 parent 6e0ca0b commit 85c4bb9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 85c4bb9

Please sign in to comment.