Skip to content

Commit

Permalink
[Testing] - Transformer stress testing related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajjangid05 committed Sep 13, 2023
1 parent 8598ead commit f092c2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Maven Build
on:
push:
branches:
["release-4.*.*", "release-5.*.*", "release-v2.*.*", "master", "development"]
["release-4.*.*", "release-5.*.*", "release-v2.*.*", "master", "development","transformer_testing"]
pull_request:
branches:
["release-4.*.*", "release-5.*.*", "release-v2.*.*", "master", "development"]
["release-4.*.*", "release-5.*.*", "release-v2.*.*", "master", "development","transformer_testing"]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-push-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
context: "."
push: true
tags: samagragovernance/broadcast-transformer:v${{ steps.version.outputs.VERSION }}-SNAPSHOT
tags: samagragovernance/broadcast-transformer:v${{ steps.version.outputs.VERSION }}-TESTING
build-args: |
username=${{ secrets.USERNAME }},
token=${{ secrets.TOKEN }}
Expand Down

0 comments on commit f092c2e

Please sign in to comment.