Skip to content

Commit db82773

Browse files
committed
[PLUTO-1411] Pr fixes
1 parent b5cafc1 commit db82773

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+7
-117559
lines changed

.github/workflows/it-test.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-latest
11+
runs-on: ${{ matrix.os }}
12+
strategy:
13+
matrix:
14+
os: [ubuntu-latest, macos-latest, windows-latest]
1215
steps:
1316
- name: Checkout code
1417
uses: actions/checkout@v4
@@ -27,6 +30,7 @@ jobs:
2730
- name: Run plugin tests
2831
id: run_tests
2932
continue-on-error: true
33+
shell: bash
3034
run: |
3135
# Make the script executable
3236
chmod +x run-tool-tests.sh

plugins/tools/codacy-enigma-cli/plugin.yaml

-12
This file was deleted.

plugins/tools/codacy-enigma-cli/test/src/.codacy/codacy.yaml

-2
This file was deleted.

plugins/tools/codacy-enigma-cli/test/src/expected.sarif

-34
This file was deleted.

plugins/tools/codacy-enigma-cli/test/src/ktbind.hpp

-182
This file was deleted.

plugins/tools/dartanalyzer/plugin.yaml

-9
This file was deleted.

plugins/tools/dartanalyzer/test/src/.codacy/codacy.yaml

-4
This file was deleted.

plugins/tools/dartanalyzer/test/src/Test.dart

-29
This file was deleted.

plugins/tools/dartanalyzer/test/src/expected.sarif

-51
This file was deleted.

plugins/tools/eslint/plugin.yaml

-20
This file was deleted.

plugins/tools/eslint/test/src/.codacy/codacy.yaml

-5
This file was deleted.

plugins/tools/eslint/test/src/.eslintrc.json

-16
This file was deleted.

0 commit comments

Comments
 (0)