Skip to content

Commit

Permalink
env CI_PULL_REQUEST
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Jan 21, 2021
1 parent 22bdcf4 commit d42ac9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
clean verify ${{ matrix.additional-maven-args }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
CI_PULL_REQUEST: ${{ github.event.pull_request.number }}
- name: Generate JUnit Report
run: >
mvn -f com.examples.myproject/pom.xml
Expand Down

0 comments on commit d42ac9d

Please sign in to comment.