Skip to content

Commit

Permalink
changed test and build workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnak Saxena <ronsax@amazon.com>
  • Loading branch information
ronnaksaxena committed Aug 29, 2023
1 parent afdff45 commit f3137ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Test and Build Workflow
on:
pull_request:
branches:
- "*"
- "**"
push:
branches:
- "*"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ class ResponseInterceptorIT : RollupRestTestCase() {
StringEntity("""{"query": {"match_all": {}}}""", ContentType.APPLICATION_JSON)
)
assertTrue(deleteResponse.restStatus() == RestStatus.OK)
// Term query
var req = """
{
"size": 0,
Expand Down

0 comments on commit f3137ba

Please sign in to comment.