File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change 65
65
args : build:linux
66
66
# args: buildAll # do we want to build all?
67
67
68
+ - name : Install Playwright Browsers
69
+ run : yarn playwright install --with-deps
70
+
68
71
- name : Start Grafana
69
72
run : |
70
73
docker-compose pull
86
89
timeout : 60000
87
90
interval : 500
88
91
89
- - name : Install Playwright Browsers
90
- run : yarn playwright install --with-deps
91
-
92
92
- name : Run Playwright tests
93
93
id : run-tests
94
94
run : yarn e2e
@@ -101,13 +101,5 @@ jobs:
101
101
path : playwright-report/
102
102
retention-days : 30
103
103
104
- - name : Upload playwright videos
105
- uses : actions/upload-artifact@v4
106
- if : ${{ github.repository_owner != 'grafana' && (always() && steps.run-tests.outcome == 'success') || (failure() && steps.run-tests.outcome == 'failure') }}
107
- with :
108
- name : test-results-${{ matrix.GRAFANA_IMAGE.NAME }}-v${{ matrix.GRAFANA_IMAGE.VERSION }}-${{github.run_id}}
109
- path : test-results/
110
- retention-days : 30
111
-
112
104
- name : Stop grafana docker
113
105
run : docker-compose down
You can’t perform that action at this time.
0 commit comments