Skip to content

Commit cc6070a

Browse files
committed
chore: don't only get test deps
1 parent 24f9643 commit cc6070a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
path: ${{matrix.project.name}}/_build
8585
key: ${{matrix.project.name}}-otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-build-3-${{ hashFiles('config/**/*.exs') }}-${{ hashFiles(format('{0}{1}', github.workspace, '/ash/mix.lock')) }}
8686
restore-keys: ${{matrix.project.name}}-otp-${{matrix.otp}}-elixir-${{matrix.elixir}}-build-3-${{ hashFiles('config/**/*.exs') }}-
87-
- run: mix deps.get --only test
87+
- run: mix deps.get
8888
working-directory: ./${{matrix.project.name}}
8989
- run: mix archive.install hex igniter_new --force
9090
- run: mix archive.install hex phx_new --force

0 commit comments

Comments
 (0)