Skip to content

Commit

Permalink
Debugging GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianswms committed Aug 16, 2023
1 parent becc9c5 commit 036ba79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ jobs:
- name: Fix Permissions
run: |
chmod 777 -R ./ssh_tunnel/ssh-server-config
- name: Install mysqlclient dependencies
run: sudo apt-get install -y default-libmysqlclient-dev
- name: Set up MySQL containers (SSH Included)
run: |
docker compose -f docker-compose.yml up -d
- name: Debugging GitHub actions
run: |
sudo service mysql start
- uses: isbang/[email protected]

- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit 036ba79

Please sign in to comment.