Commit 3482da3 1 parent 5c8f3df commit 3482da3 Copy full SHA for 3482da3
File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,9 @@ echo "Installing Browser"
35
35
#
36
36
CHROME_VERSION=' 112.0.5615.49-1' # '110.0.5481.100-1' # '91.0.4472.114-1'
37
37
38
- wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION} _amd64.deb
39
- sudo dpkg -i google-chrome-stable_${CHROME_VERSION} _amd64.deb
38
+ # wget -v -O /tmp/google-chrome-stable_${CHROME_VERSION}_amd64.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb
39
+ # curl -L -o /tmp/chrome.deb https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_${CHROME_VERSION}_amd64.deb
40
+ # sudo dpkg -i /tmp/chrome.deb
40
41
41
42
# Download Chrome Driver
42
43
echo " Downloading chromedriver"
Original file line number Diff line number Diff line change 78
78
run : .github/setup-elkarte.sh $DB $PHP_VERSION
79
79
working-directory : ./elkarte
80
80
81
+ - name : Setup Chrome
82
+ uses : browser-actions/setup-chrome@v1
83
+ with :
84
+ chrome-version : 110
85
+
81
86
- name : Run Unit Tests
82
87
env :
83
88
DB : ${{ matrix.db }}
You can’t perform that action at this time.
0 commit comments