Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit d1ce18b

Browse files
fixed erroneos build config
1 parent 66d725c commit d1ce18b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/terraform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ name: 'Terraform'
5050
# types: [ completed ]
5151
on:
5252
workflow_run:
53-
workflows: [ "Build Docker Images" ]
53+
workflows: [ "Build Docker Images", "Build Docker Images", "CodeQL" ]
5454
types:
5555
- completed
5656
# push:

integration/integration-core/src/test/java/ClientRunner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import static org.assertj.core.api.Assertions.assertThat;
3838

3939
@ExtendWith(DagxExtension.class)
40-
//@Disabled
40+
@Disabled
4141
public class ClientRunner {
4242
private static final String PROVIDER_CONNECTOR = "http://localhost:8181/";
4343
private static final TokenResult US_TOKEN = TokenResult.Builder.newInstance().token("mock-us").build();

0 commit comments

Comments
 (0)