Skip to content

Commit

Permalink
[TASK] Fix tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbelasichon committed Apr 16, 2024
1 parent 5f6cc0e commit 90eeb64
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 21 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/lint_test_pull_requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,4 @@ jobs:
with:
container_workdir: /app/${{ matrix.directory }}
command: ${{ matrix.composer-command.command }}
memory_limit: 512M

tests:
runs-on: ubuntu-latest
name: End to end tests
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'

- name: Run tests
working-directory: tests
run: ./run-test.sh
memory_limit: 512M
2 changes: 1 addition & 1 deletion fractor-xml/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"analyze:php": "phpstan analyze",
"style:php:check": "ecs",
"style:php:fix": "ecs --fix",
"test:php": "phpunit tests/"
"test:php": "phpunit"
}
}
2 changes: 1 addition & 1 deletion fractor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"analyze:php": "phpstan analyze",
"style:php:check": "ecs",
"style:php:fix": "ecs --fix",
"test:php": "phpunit tests/"
"test:php": "phpunit"
}
}
2 changes: 1 addition & 1 deletion typo3-fractor/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
"analyze:php": "phpstan analyze",
"style:php:check": "ecs",
"style:php:fix": "ecs --fix",
"test:php": "phpunit tests/"
"test:php": "phpunit"
}
}

0 comments on commit 90eeb64

Please sign in to comment.