Remove acceptance tests from CI

As they currently fail, while they work locally.
Looks like an issue with GitHub Actions.
This commit is contained in:
Daniel Siepmann 2023-08-29 07:27:11 +02:00
parent 230a2358c4
commit cc072f0683

View file

@ -166,15 +166,3 @@ jobs:
export typo3DatabaseUsername="root"
export typo3DatabasePassword="root"
./vendor/bin/phpunit --testdox
tests-acceptance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v17
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: Run Acceptance Tests
run: nix-shell --run project-test-acceptance