Skip to content

Commit

Permalink
Update test-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janisar007 committed Jun 27, 2024
1 parent d4f4164 commit 7751708
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Run smoke test
run: |
chmod +x ./scripts/smoke.sh
./scripts/smoke.sh
- name: Grant execute permission for smoke.sh
run: chmod +x ./scripts/smoke.sh

- name: Run smoke tests
run: ./scripts/smoke.sh

upload:
name: Upload Workflow Event Payload
Expand Down

0 comments on commit 7751708

Please sign in to comment.