Skip to content

Commit

Permalink
Disable e2e requirement for demo and npm; try to trigger psalm
Browse files Browse the repository at this point in the history
  • Loading branch information
mvriel committed Jun 20, 2020
1 parent f22e579 commit 337b40d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,6 @@ jobs:
runs-on: ubuntu-latest
needs:
- phpunit
- e2e
if: github.event_name == 'push'
steps:
- uses: actions/checkout@master
Expand Down Expand Up @@ -574,7 +573,6 @@ jobs:
build-asset-pack:
needs:
- phpunit
- e2e
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public static function deduplicateTypes(?Type $type) : ?Type
{
if ($type instanceof Compound) {
$normalizedTypes = [];

foreach ($type as $typePart) {
$normalizedTypes[(string) $typePart] = $typePart;
}
Expand Down

0 comments on commit 337b40d

Please sign in to comment.