Skip to content

Commit

Permalink
rm production
Browse files Browse the repository at this point in the history
  • Loading branch information
david-loe committed Sep 7, 2024
1 parent ef31173 commit 4c4b7ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4c4b7ea

Please sign in to comment.