File tree Expand file tree Collapse file tree 5 files changed +1339
-1796
lines changed Expand file tree Collapse file tree 5 files changed +1339
-1796
lines changed Original file line number Diff line number Diff line change 4
4
build :
5
5
runs-on : ubuntu-latest
6
6
steps :
7
- - uses : actions/checkout@v2
7
+ - uses : actions/checkout@v3
8
8
- uses : ruby/setup-ruby@v1
9
9
with :
10
10
ruby-version : 2.6
11
11
bundler-cache : true
12
- - uses : actions/cache@v2
12
+ - uses : actions/cache@v3
13
13
with :
14
14
path : " ./vendor/bundle"
15
15
key : v1/${{ runner.os }}/ruby-2.6/${{ hashFiles('**/Gemfile.lock') }}
16
16
restore-keys : v1/${{ runner.os }}/ruby-2.6/
17
17
- uses : actions/setup-node@v1
18
18
with :
19
- node-version : 12
20
- - uses : actions/cache@v2
19
+ node-version : 18
20
+ - uses : actions/cache@v3
21
21
with :
22
22
path : ~/.npm
23
- key : v1/${{ runner.os }}/node-12 /${{ hashFiles('**/package-lock.lock') }}
24
- restore-keys : v1/${{ runner.os }}/node-12 /
23
+ key : v1/${{ runner.os }}/node-18 /${{ hashFiles('**/package-lock.lock') }}
24
+ restore-keys : v1/${{ runner.os }}/node-18 /
25
25
- run : make test
26
26
env :
27
27
PERCY_TOKEN : ${{ secrets.PERCY_TOKEN }}
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
6
6
7
7
# gem "rails"
8
8
gem 'selenium-webdriver' , '~> 4.0.0.beta3'
9
- gem 'percy-selenium' , '~> 1.0.0.pre.0 '
9
+ gem 'percy-selenium' , '~> 1.1.1 '
Original file line number Diff line number Diff line change 2
2
remote: https://rubygems.org/
3
3
specs:
4
4
childprocess (4.0.0 )
5
- percy-selenium (1.0.0.pre.0 )
5
+ percy-selenium (1.1.1 )
6
6
selenium-webdriver (>= 4.0.0.beta1 )
7
7
rexml (3.2.5 )
8
8
rubyzip (2.3.0 )
@@ -17,7 +17,7 @@ PLATFORMS
17
17
ruby
18
18
19
19
DEPENDENCIES
20
- percy-selenium (~> 1.0.0.pre.0 )
20
+ percy-selenium (~> 1.1.1 )
21
21
selenium-webdriver (~> 4.0.0.beta3 )
22
22
23
23
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments