Skip to content

Commit

Permalink
Update test-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek Yadav committed May 7, 2024
1 parent 804965b commit 1f415f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Run Smoke Tests
run: ./scripts/smoke.sh
- name: Run smoke test
run: |
chmod +x ./scripts/smoke.sh
./scripts/smoke.sh
upload:
name: Upload Workflow Event Payload
Expand Down

0 comments on commit 1f415f8

Please sign in to comment.