Skip to content

Commit

Permalink
Update test-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janisar007 committed Jun 28, 2024
1 parent 442d182 commit e002b07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

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

- name: Run Smoke Tests
run: ./scripts/smoke.sh

0 comments on commit e002b07

Please sign in to comment.