Skip to content

Commit

Permalink
Don't run seeds.
Browse files Browse the repository at this point in the history
  • Loading branch information
fire committed Jan 8, 2024
1 parent dfd9046 commit 7829b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/uro_release_x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ jobs:
- name: Setup Database
run: MIX_ENV=test mix ecto.setup

- name: Run Seeds
run: MIX_ENV=test mix run priv/repo/test_seeds.exs
# - name: Run Seeds
# run: MIX_ENV=test mix run priv/repo/test_seeds.exs

- name: Run tests
id: test_step
Expand Down

0 comments on commit 7829b94

Please sign in to comment.