Skip to content

Commit

Permalink
mix deps.get for installer
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Dec 11, 2024
1 parent 9ac7bd7 commit b4c0066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ jobs:
- name: Run installer test
run: |
cd installer
mix deps.get
mix test
if: ${{ matrix.installer }}

Expand Down
1 change: 1 addition & 0 deletions integration_test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ socat TCP-LISTEN:1433,fork TCP-CONNECT:mssql:1433&
# Run installer tests
echo "Running installer tests"
cd installer
mix deps.get
mix test

echo "Running integration tests"
Expand Down

0 comments on commit b4c0066

Please sign in to comment.