File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 1111jobs :
1212 test :
1313 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.
14+ runs-on : ubuntu-latest
1515
1616 env :
1717 COMPOSE_FILE : compose.ci.yaml
@@ -34,26 +34,26 @@ jobs:
3434 - name : Run tests
3535 run : docker compose run ci
3636
37-
38- standardrb :
39- name : Code linting and formatting
40- runs-on : ubuntu-20.04 # TODO: Change back to 'ubuntu- latest' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
41-
42- env :
43- COMPOSE_FILE : compose.ci.yaml
44-
45- strategy :
46- fail-fast : false
47- matrix :
48- ruby :
49- - 3.4.1
50-
51- steps :
52- - name : Checkout code
53- uses : actions/checkout@v2
54-
55- - name : Build docker images
56- run : docker compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
57-
58- - name : Run standardrb
59- run : docker compose run standardrb
37+ #
38+ # standardrb:
39+ # name: Code linting and formatting
40+ # runs-on: ubuntu-latest
41+ #
42+ # env:
43+ # COMPOSE_FILE: compose.ci.yaml
44+ #
45+ # strategy:
46+ # fail-fast: false
47+ # matrix:
48+ # ruby:
49+ # - 3.4.1
50+ #
51+ # steps:
52+ # - name: Checkout code
53+ # uses: actions/checkout@v2
54+ #
55+ # - name: Build docker images
56+ # run: docker compose build --build-arg TARGET_VERSION=${{ matrix.ruby }}
57+ #
58+ # - name: Run standardrb
59+ # run: docker compose run standardrb
You can’t perform that action at this time.
0 commit comments