Skip to content

Commit

Permalink
Debug odbc CI
Browse files Browse the repository at this point in the history
  • Loading branch information
abondar committed Oct 14, 2024
1 parent 2d60849 commit c0f4fe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
services:
postgres:
image: postgres
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
coveralls:
name: Finish Coveralls
needs: test
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Finished
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test_mssql:
test_oracle:
$(py_warn) TORTOISE_TEST_DB="oracle://SYSTEM:$(TORTOISE_ORACLE_PASS)@127.0.0.1:1521/test_\{\}?driver=$(TORTOISE_ORACLE_DRIVER)" pytest $(pytest_opts) --cov-append --cov-report=

_testall: test_sqlite test_postgres_asyncpg test_postgres_psycopg test_mysql_myisam test_mysql
_testall: test_sqlite test_postgres_asyncpg test_postgres_psycopg test_mysql_myisam test_mysql test_mssql
coverage report

testall: deps _testall
Expand Down

0 comments on commit c0f4fe8

Please sign in to comment.