mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Only get test dependencies
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -56,7 +56,7 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-mix-
|
||||
- name: Install Dependencies
|
||||
run: mix do deps.get, deps.compile
|
||||
run: mix deps.get --only test
|
||||
- name: Setup Database
|
||||
run: |
|
||||
mix ecto.create
|
||||
|
||||
Reference in New Issue
Block a user