Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading