File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 9
9
fail-fast : false
10
10
matrix :
11
11
ruby-version :
12
- - ' 2.7 '
12
+ - ' 2.6 '
13
13
node-version :
14
14
- 12
15
15
test-suite :
19
19
- spec:javascript
20
20
- spec:jest
21
21
- spec:routes
22
- include :
23
- - ruby-version : ' 2.6'
24
- node-version : 12
25
- test-suite : spec
26
22
services :
27
23
postgres :
28
24
image : manageiq/postgresql:10
39
35
PGPASSWORD : smartvm
40
36
CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
41
37
steps :
42
- - uses : actions/checkout@v2
38
+ - uses : actions/checkout@v4
43
39
- name : Set up system
44
40
run : bin/before_install
45
41
- name : Set up Ruby
49
45
bundler-cache : true
50
46
- name : Set up Node
51
47
if : ${{ matrix.test-suite == 'spec:compile' || matrix.test-suite == 'spec:javascript' || matrix.test-suite == 'spec:jest' }}
52
- uses : actions/setup-node@v2
48
+ uses : actions/setup-node@v4
53
49
with :
54
50
node-version : ${{ matrix.node-version }}
55
51
cache : yarn
58
54
run : bin/setup
59
55
- name : Run tests
60
56
run : bundle exec rake
61
- - name : Report code coverage
62
- if : ${{ github.ref == 'refs/heads/master' && matrix.ruby-version == '2.7' && matrix.test-suite == 'spec' }}
63
- continue-on-error : true
64
-
Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ config/webpack/paths.json
20
20
cypress /screenshots
21
21
cypress /videos
22
22
.DS_Store
23
+ .yarn /
Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ if [ -n "$MANAGEIQ_REPO" ]; then
24
24
ln -s " $( cd " $MANAGEIQ_REPO " & > /dev/null && pwd) " " $spec_manageiq "
25
25
elif [ ! -d " $spec_manageiq " ]; then
26
26
echo " == Cloning manageiq sample app =="
27
- git clone https://github.com/ManageIQ/manageiq.git --branch master --depth 1 " $spec_manageiq "
27
+ git clone https://github.com/ManageIQ/manageiq.git --branch morphy --depth 1 " $spec_manageiq "
28
28
fi
You can’t perform that action at this time.
0 commit comments