Skip to content

Commit 25d1b77

Browse files
potatoknagy
andcommitted
SECURITY-9850: add test suite as a submodule
Co-authored-by: Krisztian Nagy <[email protected]>
1 parent bb04c78 commit 25d1b77

File tree

5 files changed

+6
-10
lines changed

5 files changed

+6
-10
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,11 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v4
14+
with:
15+
submodules: recursive
1416
- uses: ruby/setup-ruby@v1
1517
with:
1618
ruby-version: ${{ matrix.ruby-versions }}
17-
- name: Checkout testsuite
18-
uses: actions/checkout@v4
19-
with:
20-
repository: emartech/escher-test-suite
21-
path: spec/emarsys_test_suite
2219
- name: Install dependencies
2320
run: bundle install
2421
- name: Run tests

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Gemfile.lock
1010
# Ignore all logfiles and tempfiles.
1111
/log/*.log
1212
/tmp
13-
/spec/emarsys_test_suite/
1413

1514
.env
1615
.ruby-version

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "spec/emarsys_test_suite"]
2+
path = spec/emarsys_test_suite
3+
url = [email protected]:emartech/escher-test-suite

Rakefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@ end
1010

1111
task :default => :spec
1212

13-
desc "Check out centralised test suite into spec/emarsys_test_suite."
14-
task :checkout_test_suite do
15-
`scripts/checkout_test_suite.sh`
16-
end

spec/emarsys_test_suite

Submodule emarsys_test_suite added at 1bd147e

0 commit comments

Comments
 (0)