Skip to content

Commit a9a9f0a

Browse files
committed
Fix CI
1 parent 2f1aac3 commit a9a9f0a

File tree

2 files changed

+2
-47
lines changed

2 files changed

+2
-47
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ on: [push, pull_request]
55
jobs:
66
test:
77
name: Run test suite
8-
runs-on: ubuntu-20.04 # TODO: Change back to 'ubuntu-latest' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
8+
runs-on: ubuntu-latest
9+
timeout-minutes: 10
910

1011
env:
1112
COMPOSE_FILE: docker-compose.ci.yml

issue_1360.rb

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)