diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 104d27a..d68a3d5 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -48,12 +48,6 @@ jobs: - name: Grant execute permission for gradlew run: chmod +x gradlew - - name: Run tests - run: ./gradlew test - env: - TEST_REDIS_HOST: localhost - TEST_REDIS_PORT: 6379 - - name: Set snapshot version if: inputs.target == 'dev' run: sed -i 's/snapshotBuild=false/snapshotBuild=true/' gradle.properties @@ -64,6 +58,9 @@ jobs: - name: Build with Gradle run: ./gradlew build + env: + TEST_REDIS_HOST: localhost + TEST_REDIS_PORT: 6379 - name: Publish Dev Snapshot to Sonatype if: inputs.target == 'dev' diff --git a/README.md b/README.md index b651e87..81b46a5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,3 @@ -**req-shield has not yet been published to the maven repository, please be patient.** - ---- - Visit [the github wiki](https://github.com/line/req-shield/wiki/What-is-Req-Shield) for more information. # Req-Shield