This repository was archived by the owner on Nov 30, 2024. It is now read-only.
File tree 12 files changed +16
-14
lines changed
12 files changed +16
-14
lines changed Original file line number Diff line number Diff line change 1
- # This file was generated on 2023-03-16T20:30:35+00 :00 from the rspec-dev repo.
1
+ # This file was generated on 2023-04-11T14:04:33+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
version : 2
Original file line number Diff line number Diff line change 1
- # This file was generated on 2023-03-16T20:30:35+00 :00 from the rspec-dev repo.
1
+ # This file was generated on 2023-04-11T14:04:33+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
name : RSpec CI
50
50
- 2.4
51
51
- 2.3
52
52
- 2.2
53
- - 2.1.9
54
53
env :
55
54
-
56
55
DIFF_LCS_VERSION : " > 1.4.3"
94
93
fail-fast : false
95
94
matrix :
96
95
container :
96
+ - version : " 2.1.9"
97
+ tag : ghcr.io/rspec/docker-ci:2.1.9
98
+ post : git config --global --add safe.directory `pwd`
97
99
- version : " 2.0"
98
100
tag : ghcr.io/rspec/docker-ci:2.0.0
99
101
- version : " 1.9.3"
@@ -124,6 +126,7 @@ jobs:
124
126
- uses : actions/checkout@v3
125
127
- run : ${{ matrix.container.pre }}
126
128
- run : script/legacy_setup.sh
129
+ - run : ${{ matrix.container.post }}
127
130
- run : bundle exec bin/rspec
128
131
- run : bundle exec script/cucumber.sh
129
132
@@ -139,7 +142,6 @@ jobs:
139
142
- 2.4
140
143
- 2.3
141
144
- 2.2
142
- - 2.1.9
143
145
fail-fast : false
144
146
steps :
145
147
- uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1
- # This file was generated on 2023-03-16T20:30:35+00 :00 from the rspec-dev repo.
1
+ # This file was generated on 2023-04-11T14:04:33+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# This file contains defaults for RSpec projects. Individual projects
Original file line number Diff line number Diff line change 1
- # This file was generated on 2023-03-16T20:30:35+00 :00 from the rspec-dev repo.
1
+ # This file was generated on 2023-04-11T14:04:33+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
# Taken from:
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2023-03-16T20:30:35+00 :00 from the rspec-dev repo.
2
+ # This file was generated on 2023-04-11T14:04:33+01 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2023-03-16T20:30:35+00 :00 from the rspec-dev repo.
2
+ # This file was generated on 2023-04-11T14:04:33+01 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
- # This file was generated on 2023-03-16T20:30:35+00 :00 from the rspec-dev repo.
1
+ # This file was generated on 2023-04-11T14:04:33+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
SCRIPT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) " && pwd ) "
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2023-03-16T20:30:35+00 :00 from the rspec-dev repo.
2
+ # This file was generated on 2023-04-11T14:04:33+01 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
- # This file was generated on 2023-03-16T20:30:35+00 :00 from the rspec-dev repo.
1
+ # This file was generated on 2023-04-11T14:04:33+01 :00 from the rspec-dev repo.
2
2
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
3
3
4
4
function is_mri {
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2023-03-16T20:30:35+00 :00 from the rspec-dev repo.
2
+ # This file was generated on 2023-04-11T14:04:33+01 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2023-03-16T20:30:35+00 :00 from the rspec-dev repo.
2
+ # This file was generated on 2023-04-11T14:04:33+01 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- # This file was generated on 2023-03-16T20:30:35+00 :00 from the rspec-dev repo.
2
+ # This file was generated on 2023-04-11T14:04:33+01 :00 from the rspec-dev repo.
3
3
# DO NOT modify it by hand as your changes will get lost the next time it is generated.
4
4
5
5
set -e
You can’t perform that action at this time.
0 commit comments