Skip to content

Commit

Permalink
run elixir test in rootless podman workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Nov 17, 2024
1 parent 9fb23e0 commit 2165aaf
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/rootless-podman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,12 @@ jobs:
sudo apt-get update -qq
sudo apt-get -qq -y install podman
systemctl --user enable --now podman.socket
- name: Echo docker host (should not be there)
run: echo $DOCKER_HOST
- name: Set up Elixir
uses: erlef/setup-beam@v1
with:
elixir-version: "1.16"
otp-version: "26.2"
- name: Install dependencies
run: mix deps.get
- name: Run tests
run: MIX_ENV=test mix citest

0 comments on commit 2165aaf

Please sign in to comment.