Skip to content

Commit 4d44637

Browse files
committed
fix: change pest for github action
1 parent 507f80b commit 4d44637

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/codestyle-and-unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: rjstone/discord-webhook-notify@v1.0.4
7878
with:
7979
severity: error
80-
details: Unit or Functional Tests failed.
80+
details: Integration Tests failed.
8181
webhookUrl: ${{ secrets.WEBHOOK_DISCORD_URL }}
8282

8383
# 3. Job: Abschluss-Benachrichtigung

config/autoload/migrations.action.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212

1313
'migrations_paths' => [
1414
'Migrations' => __DIR__ . '/../../database/migrations',
15-
'TestDataMigrations' => __DIR__ . '/../../tests/FunctionalTest/database/migrations',
1615
],
1716

1817
'all_or_nothing' => true,

0 commit comments

Comments
 (0)