Skip to content

Commit ecda2e3

Browse files
committed
updates SSM agent commit and reenables CI for SSM Agent core
1 parent 7ccffa0 commit ecda2e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/artifact.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ jobs:
126126
- name: "Verify SSM Agent protocol model"
127127
command: "/gobra/ssm-agent/verify-model.sh"
128128
timeout-minutes: 15
129+
- name: "Verify SSM Agent core"
130+
command: "/gobra/ssm-agent/verify-core.sh"
131+
timeout-minutes: 15
129132
# TODO renable once these tasks are fixed
130-
# - name: "Verify SSM Agent core"
131-
# command: "/gobra/ssm-agent/verify-core.sh"
132-
# timeout-minutes: 15
133133
# - name: "Verify SSM Agent I/O independence"
134134
# command: "/gobra/ssm-agent/verify-io-independence.sh"
135135
# timeout-minutes: 10

0 commit comments

Comments
 (0)