We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d481b commit 099f783Copy full SHA for 099f783
index.test.js
@@ -1277,7 +1277,7 @@ describe('Deploy to ECS', () => {
1277
expect(core.setFailed).toBeCalledWith("arn:aws:ecs:fake-region:account_id:task/arn is TASK_FAILED");
1278
});
1279
1280
- test('error is caught if run task fails with (wait-for-task-stopped: true) and with service', async () => {
+ test('error is caught if run task fails with (wait-for-task-stopped: false) and with service', async () => {
1281
core.getInput = jest
1282
.fn()
1283
.mockReturnValueOnce('task-definition.json') // task-definition
0 commit comments