Skip to content

Commit

Permalink
update action test
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Falourd <guillaume.falourd@zup.com.br>
  • Loading branch information
GuillaumeFalourd committed Sep 20, 2023
1 parent 2797ab2 commit 2b28d30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/action_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,5 @@ jobs:
with:
show-progress: ''
- name: Setup rsync NOT Windows
if: ${{ runner.os != "Windows" }}
uses: ./
- name: Setup rsync Windows
if: ${{ runner.os == "Windows" }}
uses: '.\'
uses: './'
- run: rsync --version
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ runs:
if: steps.ostype.outputs.ostype == 'windows'
run: |
choco install --no-progress rsync
shell: bash

- name: Install Rsync MacOS
if: steps.ostype.outputs.ostype == 'macos'
Expand Down

0 comments on commit 2b28d30

Please sign in to comment.