Add run test in CI
This commit is contained in:
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@@ -90,3 +90,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: MDC-${{ env.VERSION }}-${{ runner.os }}-amd64
|
name: MDC-${{ env.VERSION }}-${{ runner.os }}-amd64
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
|
- name: Run test
|
||||||
|
if: matrix.os == 'ubuntu-latest'
|
||||||
|
run: |
|
||||||
|
cd dist
|
||||||
|
touch IPX-292.mp4
|
||||||
|
touch STAR-437-C.mp4
|
||||||
|
./Movie_Data_Capture
|
||||||
Reference in New Issue
Block a user