diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index e332242586..73494a0e34 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -82,6 +82,7 @@ jobs: ./gradlew test --tests "IntegrationTestsRunner" - name: Make report of integration tests + working-directory: "tests/integration-tests" if: always() env: PRISM_NODE_VERSION: ${{ steps.build_local_cloud_agent.outputs.prism_node_version }} @@ -92,6 +93,7 @@ jobs: ./gradlew reports - name: Extract test results + working-directory: "tests/integration-tests" id: analyze_test_results if: github.ref_name == 'main' && always() run: | diff --git a/.mega-linter.yml b/.mega-linter.yml index d065f68b12..540fab0295 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -63,5 +63,7 @@ SQL_SQL_LINT_ARGUMENTS: -d postgres --ignore-errors=postgres-invalid-alter-optio YAML_YAMLLINT_FILTER_REGEX_EXCLUDE: "infrastructure/charts/agent/*|cloud-agent/service/api/http/*|examples/*" YAML_PRETTIER_FILTER_REGEX_EXCLUDE: "infrastructure/charts/agent/*|cloud-agent/service/api/http/*|examples/*" YAML_V8R_FILTER_REGEX_EXCLUDE: "infrastructure/charts/agent/*" -JAVASCRIPT_STANDARD_FILTER_REGEX_EXCLUDE: "tests/performance-tests/agent-performance-tests-k6/src/k6chaijs.js" +JAVASCRIPT_STANDARD_FILTER_REGEX_EXCLUDE: >- + "tests/performance-tests/agent-performance-tests-k6/src/k6chaijs.js + |tests/didcomm-tests/docker/initdb.js" BASH_SHELLCHECK_FILTER_REGEX_EXCLUDE: "infrastructure/*" diff --git a/tests/didcomm-tests/package.json b/tests/didcomm-tests/package.json index 55323b6267..a29384b2d6 100644 --- a/tests/didcomm-tests/package.json +++ b/tests/didcomm-tests/package.json @@ -6,7 +6,7 @@ "scripts": { "test": "node node_modules/@amagyar-iohk/didcomm-test/dist/suite.spec.js" }, - "author": "", + "author": "Allain Magyar", "license": "ISC", "dependencies": { "@amagyar-iohk/didcomm-test": "^1.0.2"