Skip to content

Commit

Permalink
ci(stream): test change s3stream version
Browse files Browse the repository at this point in the history
Signed-off-by: SSpirits <admin@lv5.moe>
  • Loading branch information
ShadowySpirits committed Jan 3, 2024
1 parent fd38a7b commit 2087562
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/s3-stream-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
token: ${{ secrets.PAT_E2E }}
- name: Change s3stream version
run: |
export S3STREAM_VERSION=$(cat s3stream/target/maven-archiver/pom.properties| grep version | awk -F '=' '{print $2}')
export S3STREAM_VERSION=$(cat s3stream/target/maven-archiver/pom.properties | grep version | awk -F '=' '{print $2}')
echo "change s3stream version of e2e test to $S3STREAM_VERSION"
sed -i "s/<s3stream.version>.*<\/s3stream.version>/<s3stream.version>$S3STREAM_VERSION<\/s3stream.version>/g" s3stream-e2e/pom.xml
- name: Run tests
working-directory: ./s3stream-e2e
Expand Down
2 changes: 1 addition & 1 deletion s3stream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.automq.elasticstream</groupId>
<artifactId>s3stream</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.18.0-SNAPSHOT</version>
<properties>
<mockito-core.version>5.5.0</mockito-core.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
Expand Down

0 comments on commit 2087562

Please sign in to comment.