Skip to content

Commit

Permalink
update the superlinter to latest
Browse files Browse the repository at this point in the history
Signed-off-by: poojasaji1 <[email protected]>
  • Loading branch information
poojasaji1 committed May 31, 2024
1 parent 5eb1a44 commit 3485cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: "! github.event.pull_request.head.repo.fork"
run: |
< ./checker.log tail -n +2; echo "====== Super Linter ======"
< ./super-linter.log sed -n '/.*The script has completed.*/,$p' | tail -n +4 | sed 's/.*\(\[[A-Z]\+\]\)/\1/'
< ./super-linter.log sed -n '/.*The script has completed.*/,$p' | tail -n +4 | sed 's/.*\(\[[A-Z]\+\]\)/\1/'
echo "====== Examine logs in Checker and Super-Linter steps for more details ======"
if [ '${{ steps.Checker.outcome }}' != 'success' ] || [ '${{ steps.Lint-Code-Base.outcome }}' != 'success' ]; then exit 1; fi
test-app:
Expand All @@ -56,7 +56,7 @@ jobs:
if: always()
run: |
logsPath=$(sudo find . -name "console.log");
sudo cat $logsPath | sudo grep Launching
sudo cat "$logsPath" | grep Launching
- name: Archive server logs if failed
if: failure()
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3485cb9

Please sign in to comment.