Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Specify the mysqld.sock path explicitly.
  • Loading branch information
ioquatix committed Jun 28, 2020
1 parent 2cb4163 commit 5e9e97f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/development.yml
Expand Up @@ -57,4 +57,6 @@ jobs:
- name: Run tests
timeout-minutes: 5
run: ${{matrix.env}} bundle exec rspec
run: |
export MYSQL_UNIX_PORT=/var/run/mysqld/mysqld.sock
${{matrix.env}} bundle exec rspec

0 comments on commit 5e9e97f

Please sign in to comment.