8000 [WIP][POC] Run Windows tests on GitHub Action by wouterj · Pull Request #58699 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[WIP][POC] Run Windows tests on GitHub Action #58699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 32 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disable unrelated tests
  • Loading branch information
wouterj committed Oct 28, 2024
commit 49a23092230612c8eaddc0679d054d705d667b83
File renamed without changes.
6 changes: 3 additions & 3 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Integration

on:
push:
pull_request:
#on:
# push:
# pull_request:

defaults:
run:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/package-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Verify Packages

on:
pull_request:
paths:
- src/**
#on:
# pull_request:
# paths:
# - src/**

permissions:
contents: read
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/psalm.yml
466D
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Psalm

on:
pull_request: ~
#on:
# pull_request: ~

defaults:
run:
Expand Down
0