Skip to content

Commit 11acac5

Browse files
committed
Revert "run pure json"
This reverts commit 5bce01f.
1 parent 5bce01f commit 11acac5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
token: ${{ steps.get_token.outputs.token }}
4141
- uses: actions/setup-python@v4
4242
with:
43-
python-version: "3.11"
43+
python-version: '3.11'
4444
- name: Install pre-commit
4545
run: python -m pip install pre-commit
4646
- name: set PY
@@ -77,7 +77,7 @@ jobs:
7777
test:
7878
strategy:
7979
matrix:
80-
ruby-bundle list | sort: ["2.7", "3.2", "jruby-9.4.12.0"]
80+
ruby-version: ["2.7", "3.2", "jruby-9.4.12.0"]
8181
platform: [ubuntu-latest]
8282
runs-on: ${{ matrix.platform }}
8383
if: (github.event.pull_request.draft == false && !contains(github.event.pull_request.labels.*.name, 'ci/skip') && !contains(github.event.pull_request.head.ref, 'datadog-api-spec/test/')) || github.event_name == 'schedule'
@@ -97,7 +97,7 @@ jobs:
9797
# modify repository variable when there are problems with installing gems
9898
cache-version: ${{ vars.CACHE_VERSION }}
9999
- name: Test
100-
run: RUBYOPT="-rjson/pure" ./run-tests.sh
100+
run: ./run-tests.sh
101101
shell: bash
102102

103103
examples:

0 commit comments

Comments
 (0)