Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Apr 27, 2021
1 parent 09ca2af commit 4ecc1a5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@ jobs:
with:
fetch-depth: 0

- name: Checkout code
run: |
ls -la
pwd
- name: Test Action Output
continue-on-error: true
uses: ./
with:
file: ./fixtures/origin/phpunit/junit-nested.xml

0 comments on commit 4ecc1a5

Please sign in to comment.