Update CI

This commit is contained in:
yoshiko2
2023-05-07 22:25:00 +08:00
parent e686c44a76
commit e8c3696786

View File

@@ -91,10 +91,18 @@ jobs:
name: MDC-${{ env.VERSION }}-${{ runner.os }}-amd64 name: MDC-${{ env.VERSION }}-${{ runner.os }}-amd64
path: dist path: dist
- name: Run test - name: Run test (Ubuntu & MacOS)
if: matrix.os == 'ubuntu-latest' if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
run: | run: |
cd dist cd dist
touch IPX-292.mp4 touch IPX-292.mp4
touch STAR-437-C.mp4 touch STAR-437-C.mp4
./Movie_Data_Capture ./Movie_Data_Capture
- name: Run test (Windows)
if: matrix.os == 'windows-latest'
run: |
cd dist
ni IPX-292.mp4
ni STAR-437-C.mp4
Movie_Data_Capture