Skip to content

Commit 8d33ff0

Browse files
committed
Added test to workflows
1 parent dd14ab8 commit 8d33ff0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build_linux.yml

+5
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ jobs:
5353
run: |
5454
cmake --build "${{ github.workspace }}/cmake-build" --config "Release" --target install
5555
if: steps.cache-install.outputs.cache-hit != 'true'
56+
57+
- name: Test
58+
run: |
59+
export GST_PLUGIN_PATH="${{ github.workspace }}/install"
60+
gst-inspect-1.0 --plugin projectm
5661
5762
- name: Upload Artifact
5863
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)