We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c48114c commit 112e0d7Copy full SHA for 112e0d7
.github/workflows/test-all.yml
@@ -1,6 +1,6 @@
1
name: Run All Tests
2
3
-on:
+on:
4
pull_request:
5
branches:
6
- master
@@ -20,6 +20,10 @@ jobs:
20
uses: actions/setup-node@v1
21
with:
22
node-version: 10.x
23
+ - name: install Chrome stable
24
+ run: |
25
+ sudo apt-get update
26
+ sudo apt-get install google-chrome-stable
27
- name: Test setup and yarn install
28
run: |
29
cp config/ci.config.json config/project.json
.github/workflows/test-changed.yml
@@ -13,6 +13,10 @@ jobs:
13
14
15
16
17
18
19
0 commit comments