File tree Expand file tree Collapse file tree 7 files changed +0
-297
lines changed
Expand file tree Collapse file tree 7 files changed +0
-297
lines changed Original file line number Diff line number Diff line change 1010 - master
1111
1212jobs :
13- test_mysql :
14- runs-on : ubuntu-24.04
15-
16- services :
17- mysql :
18- image : mysql:5.7
19- env :
20- MYSQL_ROOT_PASSWORD : password
21- ports :
22- - 3306:3306
23- options : >-
24- --health-cmd="mysqladmin ping"
25- --health-interval=10s
26- --health-timeout=5s
27- --health-retries=3
28-
29- strategy :
30- fail-fast : false
31- matrix :
32- include :
33- - ruby : 2.5.3
34- gemfile : Gemfile.5.0
35- - ruby : 2.5.3
36- gemfile : Gemfile.5.1
37-
38- env :
39- BUNDLE_GEMFILE : ${{ matrix.gemfile }}
40-
41- steps :
42- - uses : actions/checkout@v3
43- - name : Install ruby
44- uses : ruby/setup-ruby@v1
45- with :
46- ruby-version : ${{ matrix.ruby }}
47- bundler-cache : true
48- - name : Setup databases
49- run : |
50- mysql -e 'create database IF NOT EXISTS assignable_values_test;' -u root --password=password -P 3306 -h 127.0.0.1
51- - name : Run tests
52- run : bundle exec rspec
53-
5413 test_pg :
5514 runs-on : ubuntu-24.04
5615
7231 fail-fast : false
7332 matrix :
7433 include :
75- - ruby : 2.5.3
76- gemfile : Gemfile.5.1.pg
77- - ruby : 2.5.3
78- gemfile : Gemfile.6.1.pg
7934 - ruby : 2.7.3
8035 gemfile : Gemfile.6.1.pg
8136 - ruby : 2.7.3
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments