Skip to content

Commit

Permalink
#198 - testing (wip)
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofrewak committed Mar 27, 2024
1 parent 252cffb commit 7fbb148
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.ci
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ APP_NAME=website
APP_ENV=testing
APP_KEY=base64:lt7KU4zYKH/nKJk23/1H6Z91bVs5KoOUkD68kkDSLwM=
APP_DEBUG=false
APP_URL=http://website.blumilk.localhost
APP_URL=http://127.0.0.1

LOG_CHANNEL=stack
LOG_LEVEL=debug
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/check.php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,8 @@ jobs:
- name: Install Composer dependencies
run: composer install --prefer-dist --no-interaction --no-suggest

- name: Run PHP linter
run: composer cs

- name: Execute tests
run: php artisan test --env=ci
1 change: 0 additions & 1 deletion tests/Feature/LocalisedRoutingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public function testExistingRoute(): void
public function testExistingLocalisedRoute(): void
{
$response = $this->get("/pl/kontakt");
dd($response->getContent());
$response->assertStatus(200);
}

Expand Down

0 comments on commit 7fbb148

Please sign in to comment.