CI: remove selenium summary jobs
This commit is contained in:
parent
73279a8f26
commit
6c10cea3ad
|
|
@ -71,12 +71,3 @@ jobs:
|
|||
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
|
||||
path: |
|
||||
/tmp/short-suite
|
||||
|
||||
summary-selenium:
|
||||
needs:
|
||||
- selenium
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: SUMMARY
|
||||
run: |
|
||||
echo "SUCCESS"
|
||||
|
|
|
|||
|
|
@ -84,12 +84,3 @@ jobs:
|
|||
path: |
|
||||
/tmp/full-suite
|
||||
/tmp/short-suite
|
||||
|
||||
summary-selenium:
|
||||
needs:
|
||||
- selenium
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: SUMMARY
|
||||
run: |
|
||||
echo "SUCCESS"
|
||||
|
|
|
|||
Loading…
Reference in New Issue