Skip to content

Commit

Permalink
Ensure tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Nov 17, 2022
1 parent 43fb110 commit 58ec275
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ jobs:
name: test success
runs-on: ubuntu-latest
steps:

- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: retry
uses: ./
with:
Expand All @@ -23,15 +21,14 @@ jobs:
name: test fail command
runs-on: ubuntu-latest
steps:

- name: Checkout repository
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: retry
uses: ./
with:
command: false
fail_command: |
echo "This command has failed"
echo "This command has failed" && echo "Failed command concatenated"
continue-on-error: true

0 comments on commit 58ec275

Please # to comment.