Skip to content

Commit

Permalink
Update Run App.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tangshimin committed May 26, 2024
1 parent 0e90d82 commit 0888fca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Run App.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Run App and Capture Screenshot
run: |
.\gradlew run
for ($i = 1; $i -le 18; $i++) {
Start-Process -NoNewWindow .\gradlew run
for ($i = 1; $i -le 24; $i++) {
Start-Sleep -Seconds 10
Add-Type -AssemblyName System.Drawing
$bitmap = New-Object System.Drawing.Bitmap(800,600)
Expand Down

0 comments on commit 0888fca

Please sign in to comment.