1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-06-16 06:15:25 +00:00
This commit is contained in:
Ivan Habunek 2023-03-08 15:00:00 +01:00
parent f997a5ac0d
commit 1928d108ed
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -36,9 +36,12 @@ jobs:
working-directory: 'mastodon-4.1.0'
- name: Setup database
run: |
cd mastodon-4.1.0 && bundle exec rails db:setup
env:
RAILS_ENV: development
cd mastodon-4.1.0
bundle exec rails db:setup
env:
RAILS_ENV: development
# with:
# working-directory: 'mastodon-4.1.0'
# - name: Run integration tests
# env: