File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
with :
22
22
node-version : 18.13.0
23
23
- name : Install
24
- run : |
25
- npm install
24
+ run : npm install
26
25
- name : Run linters
27
- run : |
28
- npm run format
26
+ run : npm run format
29
27
- name : Check if anything changed
30
28
run : |
31
29
git_status="`LC_ALL=C git status --porcelain --ignore-submodules -unormal 2>&1`"
@@ -44,15 +42,17 @@ jobs:
44
42
matrix :
45
43
browser : [chrome, firefox, safari]
46
44
steps :
45
+ - name : Install Firefox
46
+ if : ${{ matrix.browser == 'firefox' }}
47
+ run : brew install --cask firefox
47
48
- name : Checkout Branch
48
49
uses : actions/checkout@v3
49
50
- name : Setup Node
50
51
uses : actions/setup-node@v3
51
52
with :
52
53
node-version : 18.13.0
53
54
- name : Install
54
- run : |
55
- npm install
55
+ run : npm install
56
56
- name : Run tests
57
57
run : |
58
58
echo "Running in $BROWSER"
You can’t perform that action at this time.
0 commit comments