File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -641,6 +641,8 @@ jobs:
641
641
642
642
- name : Install Playwright
643
643
uses : ./.github/actions/install-playwright
644
+ with :
645
+ browsers : chromium
644
646
645
647
- name : Run Playwright Loader tests
646
648
env :
@@ -752,8 +754,12 @@ jobs:
752
754
uses : ./.github/actions/restore-cache
753
755
env :
754
756
DEPENDENCY_CACHE_KEY : ${{ needs.job_build.outputs.dependency_cache_key }}
757
+
755
758
- name : Install Playwright
756
759
uses : ./.github/actions/install-playwright
760
+ with :
761
+ browsers : chromium
762
+
757
763
- name : Run integration tests
758
764
env :
759
765
NODE_VERSION : ${{ matrix.node }}
@@ -955,6 +961,8 @@ jobs:
955
961
956
962
- name : Install Playwright
957
963
uses : ./.github/actions/install-playwright
964
+ with :
965
+ browsers : chromium
958
966
959
967
- name : Get node version
960
968
id : versions
@@ -1052,6 +1060,8 @@ jobs:
1052
1060
1053
1061
- name : Install Playwright
1054
1062
uses : ./.github/actions/install-playwright
1063
+ with :
1064
+ browsers : chromium
1055
1065
1056
1066
- name : Get node version
1057
1067
id : versions
@@ -1152,6 +1162,8 @@ jobs:
1152
1162
1153
1163
- name : Install Playwright
1154
1164
uses : ./.github/actions/install-playwright
1165
+ with :
1166
+ browsers : chromium
1155
1167
1156
1168
- name : Get node version
1157
1169
id : versions
You can’t perform that action at this time.
0 commit comments