We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25aacf2 commit ab5c5c1Copy full SHA for ab5c5c1
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
test:
13
name: Run test suite
14
- 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
15
16
env:
17
COMPOSE_FILE: compose.ci.yaml
@@ -37,7 +37,7 @@ jobs:
37
38
standardrb:
39
name: Code linting and formatting
40
41
42
43
0 commit comments