From 74727c8523b909b72d91fba7cedbe69c688586bb Mon Sep 17 00:00:00 2001 From: Nicolas Villanueva Date: Wed, 6 Sep 2023 19:18:15 +0100 Subject: [PATCH] chore: remove e2e test reports (#99) --- .github/workflows/e2e.yml | 15 --------------- scripts/execute-e2e-tests.sh | 2 +- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c111e668..19566e1d 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -2,13 +2,6 @@ name: Testing era_test_node using e2e on: workflow_call: -permissions: - statuses: write - checks: write - contents: write - pull-requests: write - actions: write - jobs: e2e: runs-on: ubuntu-latest @@ -45,11 +38,3 @@ jobs: run: | cat era_test_node_ouput.log kill $PID - - - name: Publish Test Results - uses: dorny/test-reporter@v1 - if: always() - with: - path: ./e2e-tests/test-results.json - name: E2E Test Results - reporter: 'mocha-json' diff --git a/scripts/execute-e2e-tests.sh b/scripts/execute-e2e-tests.sh index a1383d51..9fd9fd6d 100755 --- a/scripts/execute-e2e-tests.sh +++ b/scripts/execute-e2e-tests.sh @@ -55,4 +55,4 @@ echo "" echo "=================" echo "Running e2e tests" echo "=================" -yarn test || true # Absorb exit codes in-case of test failures +yarn test