diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c34fde4..9269c14 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -17,12 +17,6 @@ jobs: with: source: '.env.example' target: '.env' - - name: Set production mode in .env - uses: jacobtomlinson/gha-find-replace@v3 - with: - find: 'NODE_ENV=development' - replace: 'NODE_ENV=production' - include: '.env' - name: Build the stack run: docker compose up -d db ldap inbucket - name: Run Tests