Skip to content

Commit

Permalink
use multiline run. Echo build exec status
Browse files Browse the repository at this point in the history
  • Loading branch information
argha-c committed Feb 12, 2022
1 parent 43651be commit 15090ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
~/.gradle/wrapper
key: ${{ runner.os }}-gradlewrapper-${{ hashFiles('gradle/wrapper/*') }}
- name: Build
run: sudo env "PATH=$PATH" bash -c "ulimit -l 65536 && ulimit -a && ./gradlew --no-daemon build"
run: |
sudo env "PATH=$PATH" bash -c "ulimit -l 65536 && ulimit -a && ./gradlew --no-daemon build"
echo "Status of build: $?"
validation:
name: "Gradle Validation"
runs-on: ubuntu-latest
Expand Down

0 comments on commit 15090ff

Please sign in to comment.