Make job name unique
This commit is contained in:
parent
0372b4be50
commit
37294b3174
4
.github/workflows/cypress.yml
vendored
4
.github/workflows/cypress.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
master:
|
||||
name: Run end-to-end tests
|
||||
name: Run end-to-end tests - main
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name != 'pull_request' }}
|
||||
steps:
|
||||
@ -31,7 +31,7 @@ jobs:
|
||||
- name: Run Cypress tests
|
||||
run: npx nx affected:e2e --parallel=5 --record --key ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
pr:
|
||||
name: Run end-to-end tests
|
||||
name: Run end-to-end tests - PR
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name == 'pull_request' }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user