Skip to content

Commit

Permalink
Fix name steps on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mr committed Jan 16, 2025
1 parent 39d5469 commit 6cc47d5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-process_extended.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
chrome-version: 119.0.6045.105

- uses: Install ImageMagick
- name: Install ImageMagick
run: sudo apt install imagemagick

- name: Install Ruby deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-recaptcha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
chrome-version: 119.0.6045.105

- uses: Install ImageMagick
- name: Install ImageMagick
run: sudo apt install imagemagick

- name: Install Ruby deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-top_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
with:
chrome-version: 119.0.6045.105

- uses: Install ImageMagick
- name: Install ImageMagick
run: sudo apt install imagemagick

- name: Install Ruby deps
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
chrome-version: 119.0.6045.105

- uses: Install ImageMagick
- name: Install ImageMagick
run: sudo apt install imagemagick

- name: Install Ruby deps
Expand Down

0 comments on commit 6cc47d5

Please sign in to comment.