Skip to content

Commit

Permalink
Fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Oct 4, 2024
1 parent dab9bb6 commit 50be6d0
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
- name: Run Zserio performance tests
run: |
scripts/test_perf.sh cpp-${PACKAGE} \
--source-dir test/others/gif/zs --source gif.zs \
--source-dir test/data/others/gif/zs --source gif.zs \
--blob-name gif.GifFile --blob-file test/data/others/gif/1pix.gif \
--num-iterations 1000 --test-config READ_WRITE
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Run Zserio performance tests
run: |
scripts/test_perf.sh java \
--source-dir test/others/gif/zs --source gif.zs \
--source-dir test/data/others/gif/zs --source gif.zs \
--blob-name gif.GifFile --blob-file test/data/others/gif/1pix.gif \
--num-iterations 1000 --test-config READ_WRITE
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_linux_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Run Zserio performance tests
run: |
scripts/test_perf.sh python python-cpp \
--source-dir test/others/gif/zs --source gif.zs \
--source-dir test/data/others/gif/zs --source gif.zs \
--blob-name gif.GifFile --blob-file test/data/others/gif/1pix.gif \
--num-iterations 1000 --test-config READ_WRITE
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
shell: bash
run: |
scripts/test_perf.sh cpp-${PACKAGE} \
--source-dir test/others/gif/zs --source gif.zs \
--source-dir test/data/others/gif/zs --source gif.zs \
--blob-name gif.GifFile --blob-file test/data/others/gif/1pix.gif \
--num-iterations 1000 --test-config READ_WRITE
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
shell: bash
run: |
scripts/test_perf.sh java \
--source-dir test/others/gif/zs --source gif.zs \
--source-dir test/data/others/gif/zs --source gif.zs \
--blob-name gif.GifFile --blob-file test/data/others/gif/1pix.gif \
--num-iterations 1000 --test-config READ_WRITE
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_windows_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
shell: bash
run: |
scripts/test_perf.sh python python-cpp \
--source-dir test/others/gif/zs --source gif.zs \
--source-dir test/data/others/gif/zs --source gif.zs \
--blob-name gif.GifFile --blob-file test/data/others/gif/1pix.gif \
--num-iterations 1000 --test-config READ_WRITE
Expand Down

0 comments on commit 50be6d0

Please sign in to comment.