diff --git a/.github/workflows/test-pull-request.yml b/.github/workflows/test-pull-request.yml index 079d829..92ef45e 100644 --- a/.github/workflows/test-pull-request.yml +++ b/.github/workflows/test-pull-request.yml @@ -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