Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Aug 7, 2023
1 parent a5df389 commit 2669678
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,17 @@ jobs:
docker-compose up --detach --build
./test/docker/health-check-services.sh
- name: Install Python (for ccm)
uses: actions/setup-python@v4
with:
python-version: "3.9.16"

- name: Install ccm
run: pip install ccm

- name: Check for ccm
run: ccm

- name: Install OTP and Elixir
uses: erlef/setup-beam@v1
with:
Expand Down

0 comments on commit 2669678

Please sign in to comment.