1
0
mirror of https://github.com/ihabunek/toot.git synced 2024-09-22 04:25:55 -04:00
This commit is contained in:
Ivan Habunek 2023-03-08 14:17:34 +01:00
parent cae231eddf
commit ba2f4d2e3f
No known key found for this signature in database
GPG Key ID: CDBD63C43A30BB95

View File

@ -32,10 +32,10 @@ jobs:
unzip v4.1.0.zip
cd mastodon-4.1.0
ls -al
- name: Run integration tests
env:
TOOT_TEST_HOSTNAME: localhost:3000
TOOT_TEST_DATABASE_DSN: dbname=mastodon_development
# - name: Run integration tests
# env:
# TOOT_TEST_HOSTNAME: localhost:3000
# TOOT_TEST_DATABASE_DSN: dbname=mastodon_development
# - name: Install dependencies
# run: |