We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e15ea commit 3f177e8Copy full SHA for 3f177e8
.github/workflows/main.yml
@@ -43,15 +43,18 @@ jobs:
43
sudo systemctl start mysql.service
44
echo "TEST_DB_USER=root" >> $GITHUB_ENV
45
echo "TEST_DB_PASSWORD=root" >> $GITHUB_ENV
46
+
47
- name: Setup postgresql
48
if: contains(matrix.name, 'postgres')
49
run: |
50
sudo systemctl start postgresql.service
51
sudo -u postgres createuser --createdb $USER
52
53
- name: Install dependencies
54
55
python -m pip install uv
56
uv tool install tox==4.28.4 --with tox-uv
57
58
- name: Run tox
59
run: tox
60
0 commit comments