Skip to content

Commit

Permalink
Merge pull request #81 from iMattPro/testing-bug-fix
Browse files Browse the repository at this point in the history
Fix Tests Workaround
  • Loading branch information
iMattPro authored Sep 29, 2024
2 parents 02babec + 5d15d2c commit 0ad3b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ jobs:

# START Other Tests Job (SQLite 3 and mssql)
other-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-20.04 # TODO: Change back to 'ubuntu-22.04' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
strategy:
matrix:
include:
Expand Down

0 comments on commit 0ad3b30

Please sign in to comment.