File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
name : Build & test
8
8
runs-on : ubuntu-18.04
9
9
container :
10
- image : httptoolkit/act-build-base:v2.0.0
10
+ image : httptoolkit/act-build-base@sha256:f6f39d94ee4fadf85d2ad1d2c80a8df4c06b2e6eef559cda4269841265ba2643
11
11
options : " --privileged" # Required for DIND tests
12
12
env :
13
13
DIND_HOST : unix:///tmp/docker.sock
@@ -33,11 +33,14 @@ jobs:
33
33
34
34
- name : Prepare test environment
35
35
run : |
36
+ # Fix annoying Yarn issue: https://github.com/yarnpkg/yarn/issues/7866
37
+ curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
38
+
36
39
sudo apt-get update
37
- sudo apt-get install p7zip-full xterm
40
+ sudo apt-get install -y p7zip-full xterm
38
41
39
42
wget https://downloads.slack-edge.com/linux_releases/slack-desktop-4.12.2-amd64.deb
40
- sudo apt install ./slack-desktop-4.12.2-amd64.deb
43
+ sudo apt install -y ./slack-desktop-4.12.2-amd64.deb
41
44
42
45
sudo cp test/no-sandbox-docker-wrapper.sh /usr/local/bin/google-chrome
43
46
sudo cp test/no-sandbox-docker-wrapper.sh /usr/local/bin/slack
You can’t perform that action at this time.
0 commit comments