Skip to content

Commit

Permalink
chore: remove e2e test reports (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
MexicanAce authored Sep 6, 2023
1 parent 926b37f commit 74727c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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'
2 changes: 1 addition & 1 deletion scripts/execute-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ echo ""
echo "================="
echo "Running e2e tests"
echo "================="
yarn test || true # Absorb exit codes in-case of test failures
yarn test

0 comments on commit 74727c8

Please sign in to comment.