From 3d6d246b0dafe749c8f78e745c840880fee9060b Mon Sep 17 00:00:00 2001 From: Mochamad Gufron Date: Mon, 30 Oct 2023 12:32:40 +0700 Subject: [PATCH] chores: simplify test --- .env.example | 2 +- .github/workflows/quality.yaml | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.env.example b/.env.example index fa3f6ad..266f1c0 100644 --- a/.env.example +++ b/.env.example @@ -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 diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index b96d2b0..6560e28 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -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