From 42224913eeb394bad38c8da34886832b82e4ff84 Mon Sep 17 00:00:00 2001 From: Abhi9705 Date: Thu, 22 Aug 2024 17:49:06 +0100 Subject: [PATCH] added files --- .github/workflows/mainPipeline.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/mainPipeline.yml b/.github/workflows/mainPipeline.yml index abdbcb6..334e897 100644 --- a/.github/workflows/mainPipeline.yml +++ b/.github/workflows/mainPipeline.yml @@ -167,6 +167,8 @@ jobs: runs-on: self-hosted # needs: Build_docker_Images steps: + - name: Checkout code + uses: actions/checkout@v2 - name: removing Disk space run: | sudo docker system prune -a -f --volumes @@ -211,7 +213,8 @@ jobs: - name: Trigger JMeter Tests run: | - cd /home/ubuntu/project/.github/workflows + pwd + ls gh workflow run Jmeter.yml -f PUBLIC_IP=$PUBLIC_IP env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}