Skip to content

Commit

Permalink
add needed parameters (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf authored Mar 4, 2024
1 parent ca6f396 commit 69a3d9c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ jobs:
- name: Build an example (Linux)
if: runner.os == 'linux'
run: xvfb-run -s "-screen 0 1280x1024x24" cargo run -p example-showcase -- --page 1 --per-page 1 run --in-ci --ignore-stress-tests
run: xvfb-run -s "-screen 0 1280x1024x24" cargo run -p example-showcase -- --page 1 --per-page 1 run --in-ci --ignore-stress-tests --screenshot-at 0 --frame-duration 0.02 --stop-at 50

- name: Build an example (Windows)
if: runner.os == 'windows'
shell: pwsh
run: cargo run -p example-showcase -- --page 1 --per-page 1 run --in-ci --ignore-stress-tests
run: cargo run -p example-showcase -- --page 1 --per-page 1 run --in-ci --ignore-stress-tests --screenshot-at 0 --frame-duration 0.02 --stop-at 50

- name: Build an example (macOS)
if: runner.os == 'macos'
run: cargo run -p example-showcase -- --page 1 --per-page 1 run --in-ci --ignore-stress-tests
run: cargo run -p example-showcase -- --page 1 --per-page 1 run --in-ci --ignore-stress-tests --screenshot-at 0 --frame-duration 0.02 --stop-at 50

- name: Save cache
uses: actions/cache/save@v4
Expand Down

0 comments on commit 69a3d9c

Please sign in to comment.