Skip to content

Commit 98bfc2c

Browse files
anth-volkclaude
andcommitted
fix: Remove Modal integration tests from PR workflow
Modal integration tests are too resource-intensive to run on every PR. They should only run as part of the push/deploy workflow to main. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent bd1cac3 commit 98bfc2c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,3 @@ jobs:
144144
run: |
145145
docker compose -f deployment/docker-compose.yml down
146146
147-
# Deploy to Modal staging and run Modal-specific integration tests
148-
test-modal-integration:
149-
name: Test Modal integration
150-
needs: docker-build
151-
uses: ./.github/workflows/modal-deploy.reusable.yml
152-
with:
153-
environment: beta
154-
modal_environment: staging
155-
secrets: inherit

0 commit comments

Comments
 (0)