From be4b48cf2fcbcc85d9448ebeabd2528f5bd4e850 Mon Sep 17 00:00:00 2001 From: Abhi9705 Date: Wed, 21 Aug 2024 14:35:18 +0100 Subject: [PATCH] added files --- .github/workflows/mainPipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mainPipeline.yml b/.github/workflows/mainPipeline.yml index 158d76b..6f8c781 100644 --- a/.github/workflows/mainPipeline.yml +++ b/.github/workflows/mainPipeline.yml @@ -192,12 +192,13 @@ jobs: id: start_fis run: | for i in {1..2}; do + cd /home/runner/work/L00171125_Dissertationproject/L00171125_Dissertationproject/WWA-backend-master echo "Running Chaos Engineering Experiment Iteration #$i" FIS_EXP_ID=$(aws fis start-experiment --experiment-template-id EXTBY5y1A6MqkfjXn --query 'experiment.id' --output text) echo "FIS_EXP_ID=$FIS_EXP_ID" >> $GITHUB_ENV echo "Start MTTR Script" - ls + chmod +x ./measure_mttr.sh ./measure_mttr.sh & echo "Wait for FIS Experiment to Complete"