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 2f1aac3 commit a9a9f0aCopy full SHA for a9a9f0a
.github/workflows/ci.yml
@@ -5,7 +5,8 @@ on: [push, pull_request]
5
jobs:
6
test:
7
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.
+ runs-on: ubuntu-latest
9
+ timeout-minutes: 10
10
11
env:
12
COMPOSE_FILE: docker-compose.ci.yml
issue_1360.rb
0 commit comments