Skip to content

Commit

Permalink
Run tests with unlocked deps on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Jul 16, 2024
1 parent 5cb5deb commit 53b6d0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- run: mix docs
- name: Check if versions showcase mix script finishes
run: mix run scripts/generate_version_showcase.ex
- name: Run tests with unlocked mix deps
run: mix deps.unlock --all && mix deps.get && mix test
demo:
runs-on: ubuntu-latest
name: demo
Expand Down

0 comments on commit 53b6d0d

Please sign in to comment.