Skip to content

Commit df33917

Browse files
committed
CI - add BEAM mix tests to testing pipeline
1 parent 2831982 commit df33917

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,17 @@ jobs:
177177
working-directory: ${{github.workspace}}/app/build
178178
run: cmake --build . --config ${{ matrix.build_type }}
179179

180+
- name: BEAM Tests Windows
181+
shell: cmd
182+
working-directory: ${{github.workspace}}/app/server/beam/tau
183+
run: mix test
184+
if: matrix.os == 'windows-latest'
185+
186+
- name: BEAM Tests (Mac/Linux)
187+
working-directory: ${{github.workspace}}/app/server/beam/tau
188+
run: mix test
189+
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
190+
180191
- name: Ruby Tests (Mac/Linux)
181192
working-directory: ${{github.workspace}}/app/server/ruby
182193
run: rake test

0 commit comments

Comments
 (0)