Skip to content

Commit

Permalink
updated jobs names, always collecting logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebyt committed Jun 21, 2024
1 parent fd264c7 commit 67c0494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e-tests-dapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [submitted]

jobs:
Extension-General:
DApp-General:
if: github.event.review && (github.event.review.state == 'approved' || contains(github.event.review.body, '/check') || contains(github.event.review.body, '/dapp-general'))
runs-on: ubuntu-24.04
strategy:
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
./packages/e2e-tests/mochawesome-report
./packages/e2e-tests/testRunsData_${{ matrix.browser }}
Extension-Failing:
DApp-Failing:
if: github.event.review && contains(github.event.review.body, '/dapp-failing')
runs-on: ubuntu-24.04
strategy:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/e2e-tests-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
types: [submitted]

jobs:
DApp-General:
Ext-General:
if: github.event.review && (github.event.review.state == 'approved' || contains(github.event.review.body, '/check') || contains(github.event.review.body, '/ext-general'))
runs-on: ubuntu-24.04
strategy:
Expand Down Expand Up @@ -81,15 +81,14 @@ jobs:
run: npm run test:${{ matrix.browser }}

- name: Archive tests screenshots and logs
if: ${{ failure() }}
uses: actions/upload-artifact@v4
with:
name: testRunsData_E2E_tests_${{ matrix.browser }}
path: |
./packages/e2e-tests/mochawesome-report
./packages/e2e-tests/testRunsData_${{ matrix.browser }}
DApp-Failing:
Ext-Failing:
if: github.event.review && contains(github.event.review.body, '/ext-failing')
runs-on: ubuntu-24.04
strategy:
Expand Down

0 comments on commit 67c0494

Please sign in to comment.