Skip to content

Commit

Permalink
fix(build): use dev config for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alee committed Oct 28, 2023
1 parent 523b228 commit 1a26df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: configure for prod environment
run: ./configure prod
- name: configure for dev environment to run tests
run: ./configure dev
- name: Compile TS code for production
run: make buildprod
- name: Run tests
Expand Down

0 comments on commit 1a26df6

Please sign in to comment.