fix: gen-migrations workflow
Some checks failed
gen-migrations / gen-migrations (push) Failing after 8s

This commit is contained in:
Orion Kindel 2023-07-19 21:20:33 -05:00
parent 5521049c27
commit 7825f89f3a
Signed by untrusted user who does not match committer: orion
GPG Key ID: 6D4165AE4C928719

View File

@ -13,7 +13,6 @@ jobs:
steps:
- uses: 'actions/checkout@v3'
with: { fetch-depth: 0, ref: 'main', submodules: 'recursive' }
- run: 'docker compose up -d'
- name: 'git config'
run: |
git config --global user.email 'noreply@dnim.org'