File tree 1 file changed +24
-24
lines changed
1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
test :
13
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.
14
+ runs-on : ubuntu-latest
15
15
16
16
env :
17
17
COMPOSE_FILE : compose.ci.yaml
@@ -34,26 +34,26 @@ jobs:
34
34
- name : Run tests
35
35
run : docker compose run ci
36
36
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