Skip to content

Commit b1c7c77

Browse files
rosschapmanzspencer
authored andcommitted
Updates command
1 parent 982c4fe commit b1c7c77

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.github/workflows/test-convene-web.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,15 @@ jobs:
3232
- name: Update apt
3333
env:
3434
DEBIAN_FRONTEND: noninteractive
35-
run:
36-
sudo apt-get update -qq -o Acquire::Retries=3
35+
run: sudo apt-get update -qq -o Acquire::Retries=3
3736

3837
- name: Install libvips
3938
env:
4039
DEBIAN_FRONTEND: noninteractive
4140
run:
4241
# we only need the library
4342
sudo apt-get install --fix-missing -qq -o Acquire::Retries=3
44-
libvips
43+
libvips
4544

4645
- name: Setup Ruby and install gems
4746
uses: ruby/setup-ruby@v1
@@ -52,7 +51,7 @@ jobs:
5251
uses: actions/setup-node@v3
5352
with:
5453
node-version: 18
55-
cache: 'yarn'
54+
cache: "yarn"
5655

5756
- name: Install Node dependencies
5857
run: yarn install
@@ -90,16 +89,15 @@ jobs:
9089
- name: Update apt
9190
env:
9291
DEBIAN_FRONTEND: noninteractive
93-
run:
94-
sudo apt-get update -qq -o Acquire::Retries=3
92+
run: sudo apt-get update -qq -o Acquire::Retries=3
9593

9694
- name: Install libvips
9795
env:
9896
DEBIAN_FRONTEND: noninteractive
9997
run:
10098
# we only need the library
10199
sudo apt-get install --fix-missing -qq -o Acquire::Retries=3
102-
libvips
100+
libvips
103101

104102
- name: Install Firefox
105103
uses: browser-actions/setup-firefox@latest
@@ -113,7 +111,7 @@ jobs:
113111
uses: actions/setup-node@v3
114112
with:
115113
node-version: 18
116-
cache: 'yarn'
114+
cache: "yarn"
117115

118116
- name: Allow Ruby process to access port 80
119117
run: sudo setcap 'cap_net_bind_service=+ep' `which ruby`
@@ -134,7 +132,7 @@ jobs:
134132
- name: Run Tests
135133
env:
136134
HEADLESS: true
137-
run: bundle exec rspec
135+
run: bundle exec rspec --exclude-pattern "spec/furniture/journal/**"
138136
- name: Upload RSpec Screenshots
139137
uses: actions/upload-artifact@v2
140138
if: failure()
@@ -160,7 +158,7 @@ jobs:
160158
uses: actions/setup-node@v3
161159
with:
162160
node-version: 18
163-
cache: 'yarn'
161+
cache: "yarn"
164162

165163
- name: Install Node dependencies
166164
run: yarn install

0 commit comments

Comments
 (0)