Skip to content
Snippets Groups Projects
Unverified Commit c8da4574 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

Improve job naming for E2E tests on PRs (#23632)

parent 5c667f56
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ jobs:
runs-on: ubuntu-20.04
timeout-minutes: 35
needs: build
name: e2e-tests-${{ matrix.folder }}-${{ matrix.edition }}
name: e2e-tests-${{ matrix.folder }}${{ matrix.context }}-${{ matrix.edition }}
env:
MB_EDITION: ${{ matrix.edition }}
DISPLAY: ""
......@@ -81,6 +81,7 @@ jobs:
- "visualizations"
include:
- edition: oss
context: grep
java-version: 11
services:
maildev:
......@@ -154,7 +155,7 @@ jobs:
uses: actions/upload-artifact@v2
if: failure()
with:
name: cypress-recording-${{ matrix.folder }}-${{ matrix.edition }}
name: cypress-recording-${{ matrix.folder }}${{ matrix.context }}-${{ matrix.edition }}
path: |
./cypress
./logs/test.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment