Skip to content

Commit dc86c97

Browse files
author
Harrison Cole
committed
Set CI:true in master.yml, release.yml and pull_request.yml.
1 parent 4cc8a79 commit dc86c97

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121
java-version: '11.0.23'
2222
- name: build test and publish
2323
run: ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
24+
env:
25+
CI: true

.github/workflows/pull_request.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,5 @@ jobs:
2121
java-version: '11.0.23'
2222
- name: build and test
2323
run: ./gradlew assemble && ./gradlew check --info --stacktrace
24+
env:
25+
CI: true

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
java-version: '11.0.23'
2626
- name: build test and publish
2727
run: ./gradlew assemble && ./gradlew check --info && ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -x check --info --stacktrace
28+
env:
29+
CI: true

0 commit comments

Comments
 (0)