Skip to content

Commit

Permalink
Use debug console to look at env
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-riggs committed Aug 21, 2024
1 parent 38417d2 commit 31a358f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
python -m pip install -r ./requirements_dev.txt
python -m pip install .
- name: Debug
uses: mxschmitt/action-tmate@v3
timeout-minutes: 15
with:
sudo: false

- name: Get pre-built package
uses: actions/download-artifact@v4
with:
Expand All @@ -42,7 +48,7 @@ jobs:
- uses: shogo82148/actions-setup-mysql@v1
with:
distribution: 'mariadb'
mysql-version: '10.8'
mysql-version: '10.6'
auto-start: false

- name: Set up test database
Expand Down

0 comments on commit 31a358f

Please sign in to comment.