We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f238a9 commit 87fe610Copy full SHA for 87fe610
.github/workflows/main.yml
@@ -60,7 +60,7 @@ jobs:
60
run: |
61
mix deps.get --check-locked
62
cd test_integrations/phoenix_app
63
- mix deps.get --check-locked
+ mix deps.get
64
65
# We need to manually restore and then save, so that we can save the "_build" directory
66
# *without* the Elixir compiled code in it.
0 commit comments