Skip to content

Commit ae569c0

Browse files
committed
GH Actions: Add teaspoon backend tests
1 parent bc08acd commit ae569c0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/test.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,23 @@ jobs:
2828
lib_name: backend
2929
coverage: false
3030

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+
cs backend
46+
bundle exec teaspoon --require=spec/teaspoon_env.rb
47+
3148
solidus_core:
3249
uses: solidusio/solidus/.github/workflows/test_solidus.yml@run-tests-on-github-actions
3350
with:

0 commit comments

Comments
 (0)