Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
solnic committed Dec 9, 2024
1 parent 5a3461c commit 6035a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: |
mix deps.get --check-locked
cd test_integrations/phoenix_app
if [[ "${{ matrix.elixir }}" < "1.16" ]]; then
if [ ${{ matrix.elixir }} < "1.16" ]; then
mix deps.unlock phoenix_live_view
fi
if [ ${{ matrix.lint }} == 'true' ]; then
Expand Down

0 comments on commit 6035a0f

Please sign in to comment.