Skip to content

Commit 3f177e8

Browse files
authored
..
1 parent c6e15ea commit 3f177e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,18 @@ jobs:
4343
sudo systemctl start mysql.service
4444
echo "TEST_DB_USER=root" >> $GITHUB_ENV
4545
echo "TEST_DB_PASSWORD=root" >> $GITHUB_ENV
46+
4647
- name: Setup postgresql
4748
if: contains(matrix.name, 'postgres')
4849
run: |
4950
sudo systemctl start postgresql.service
5051
sudo -u postgres createuser --createdb $USER
52+
5153
- name: Install dependencies
5254
run: |
5355
python -m pip install uv
5456
uv tool install tox==4.28.4 --with tox-uv
57+
5558
- name: Run tox
5659
run: tox
5760

0 commit comments

Comments
 (0)