Skip to content

Commit 746ca6f

Browse files
committed
ci: include ct-compose in the workflow
1 parent 4480b9d commit 746ca6f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/run_test_case.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,21 @@ jobs:
3131
make ct
3232
make cover
3333
34+
run_compose_tests:
35+
36+
runs-on: ubuntu-latest
37+
38+
strategy:
39+
fail-fast: false
40+
matrix:
41+
otp:
42+
- erlang:27
43+
- erlang:26
44+
- erlang:25
45+
46+
steps:
47+
- uses: actions/checkout@v2
48+
- name: Run compose-based tests
49+
run: |
50+
make ESOCKD_IMAGE_ERLANG=${{ matrix.otp }} ct-compose
51+
make cover

0 commit comments

Comments
 (0)