1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

tests: reorder tests

This commit is contained in:
Torsten Dittmann 2021-04-27 10:07:13 +02:00
parent ee9a041e20
commit a21bb8d402
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ before_install:
install:
- docker-compose --env-file ./.env.ci up -d
- sleep 30
- sleep 60
script:
- docker ps

View file

@ -21,8 +21,8 @@
<directory>./tests/e2e/Scopes</directory>
</testsuite>
<testsuite name="webhooks">
<directory>./tests/e2e/Services/Projects</directory>
<directory>./tests/e2e/Services/Webhooks</directory>
<directory>./tests/e2e/Services/Projects</directory>
</testsuite>
<testsuite name="functions">
<file>./tests/e2e/Services/Functions/FunctionsBase.php</file>