Skip to content

Commit

Permalink
added files
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhi9705 committed Aug 22, 2024
1 parent 205fd52 commit 4222491
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/mainPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 4222491

Please sign in to comment.