Skip to content

Commit

Permalink
chores: simplify test
Browse files Browse the repository at this point in the history
  • Loading branch information
mgufrone committed Oct 30, 2023
1 parent dd93dbd commit 3d6d246
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
APP_NAME=Goravel
APP_ENV=local
APP_KEY=
APP_KEY=notsosecret
APP_DEBUG=true
APP_URL=http://localhost
APP_HOST=127.0.0.1
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
# uses: golangci/golangci-lint-action@v3
# with:
# version: v1.55
- name: Pre-test
run: |
cp .env.example .env && go run . artisan key:generate
- name: Run Unit tests
run: |
go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@latest
Expand Down

0 comments on commit 3d6d246

Please sign in to comment.