mirror of
https://github.com/ihabunek/toot
synced 2025-02-02 04:16:48 +01:00
wip
This commit is contained in:
parent
f997a5ac0d
commit
1928d108ed
9
.github/workflows/test.yml
vendored
9
.github/workflows/test.yml
vendored
@ -36,9 +36,12 @@ jobs:
|
|||||||
working-directory: 'mastodon-4.1.0'
|
working-directory: 'mastodon-4.1.0'
|
||||||
- name: Setup database
|
- name: Setup database
|
||||||
run: |
|
run: |
|
||||||
cd mastodon-4.1.0 && bundle exec rails db:setup
|
cd mastodon-4.1.0
|
||||||
env:
|
bundle exec rails db:setup
|
||||||
RAILS_ENV: development
|
env:
|
||||||
|
RAILS_ENV: development
|
||||||
|
# with:
|
||||||
|
# working-directory: 'mastodon-4.1.0'
|
||||||
|
|
||||||
# - name: Run integration tests
|
# - name: Run integration tests
|
||||||
# env:
|
# env:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user