Skip to content

Commit

Permalink
Set OCAML_REDIS_TEST_SOCKET in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
apeschar committed Sep 30, 2023
1 parent 7ff637c commit bf77eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Start containers
run: docker-compose up -d
if: ${{ matrix.os == 'ubuntu-latest'}}
- run: opam exec -- dune runtest
- run: OCAML_REDIS_TEST_SOCKET=$PWD/socket/redis.sock opam exec -- dune runtest
if: ${{ matrix.os == 'ubuntu-latest'}}
- name: Stop containers
run: docker-compose down
Expand Down

0 comments on commit bf77eeb

Please sign in to comment.