diff --git a/.github/workflows/docker-ci.yml b/.github/workflows/docker-ci.yml index 04540c93d..1131b8dd0 100644 --- a/.github/workflows/docker-ci.yml +++ b/.github/workflows/docker-ci.yml @@ -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