@@ -10,61 +10,54 @@ concurrency:
1010 cancel-in-progress : ${{ github.ref_name != 'main' }}
1111
1212jobs :
13- solidus_admin :
14- uses : solidusio/solidus/.github/workflows/test_solidus.yml@run-tests-on-github-actions
15- with :
16- lib_name : admin
17- coverage : false
13+ # solidus_admin:
14+ # uses: solidusio/solidus/.github/workflows/test_solidus.yml@run-tests-on-github-actions
15+ # with:
16+ # lib_name: admin
1817
1918 solidus_api :
2019 uses : solidusio/solidus/.github/workflows/test_solidus.yml@run-tests-on-github-actions
2120 with :
2221 lib_name : api
23- coverage : false
24-
25- solidus_backend :
26- uses : solidusio/solidus/.github/workflows/test_solidus.yml@run-tests-on-github-actions
27- with :
28- lib_name : backend
29- coverage : false
30-
31- solidus_backend_js :
32- name : solidus_backend JS
33- runs-on : ubuntu-latest
34- env :
35- LIB_NAME : backend
36- steps :
37- - uses : actions/checkout@v4
38- - name : Set up Ruby
39- uses : ruby/setup-ruby@v1
40- with :
41- ruby-version : 3.4
42- bundler-cache : true
43- - name : Run teaspoon tests
44- run : |
45- cd backend
46- bundle exec teaspoon --require=spec/teaspoon_env.rb
47-
48- solidus_core :
49- uses : solidusio/solidus/.github/workflows/test_solidus.yml@run-tests-on-github-actions
50- with :
51- lib_name : core
52- coverage : false
5322
54- solidus_sample :
55- uses : solidusio/solidus/.github/workflows/test_solidus.yml@run-tests-on-github-actions
56- with :
57- lib_name : sample
58- coverage : false
59-
60- solidus_legacy_promotions :
61- uses : solidusio/solidus/.github/workflows/test_solidus.yml@run-tests-on-github-actions
62- with :
63- lib_name : legacy_promotions
64- coverage : false
65-
66- solidus_promotions :
67- uses : solidusio/solidus/.github/workflows/test_solidus.yml@run-tests-on-github-actions
68- with :
69- lib_name : promotions
70- coverage : false
23+ # solidus_backend:
24+ # uses: solidusio/solidus/.github/workflows/test_solidus.yml@run-tests-on-github-actions
25+ # with:
26+ # lib_name: backend
27+
28+ # solidus_backend_js:
29+ # name: solidus_backend JS
30+ # runs-on: ubuntu-latest
31+ # env:
32+ # LIB_NAME: backend
33+ # steps:
34+ # - uses: actions/checkout@v4
35+ # - name: Set up Ruby
36+ # uses: ruby/setup-ruby@v1
37+ # with:
38+ # ruby-version: 3.4
39+ # bundler-cache: true
40+ # - name: Run teaspoon tests
41+ # run: |
42+ # cd backend
43+ # bundle exec teaspoon --require=spec/teaspoon_env.rb
44+
45+ # solidus_core:
46+ # uses: solidusio/solidus/.github/workflows/test_solidus.yml@run-tests-on-github-actions
47+ # with:
48+ # lib_name: core
49+
50+ # solidus_sample:
51+ # uses: solidusio/solidus/.github/workflows/test_solidus.yml@run-tests-on-github-actions
52+ # with:
53+ # lib_name: sample
54+
55+ # solidus_legacy_promotions:
56+ # uses: solidusio/solidus/.github/workflows/test_solidus.yml@run-tests-on-github-actions
57+ # with:
58+ # lib_name: legacy_promotions
59+
60+ # solidus_promotions:
61+ # uses: solidusio/solidus/.github/workflows/test_solidus.yml@run-tests-on-github-actions
62+ # with:
63+ # lib_name: promotions
0 commit comments