Skip to content

Commit

Permalink
add env variable to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Nov 17, 2024
1 parent 2165aaf commit 689f785
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rootless-podman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ jobs:
- name: Install dependencies
run: mix deps.get
- name: Run tests
run: MIX_ENV=test mix citest
run: |
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
MIX_ENV=test mix citest

0 comments on commit 689f785

Please sign in to comment.