Skip to content

Commit a6c631a

Browse files
committed
Update end-to-end-test-futurehouse.yaml
1 parent c9a7ad5 commit a6c631a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/end-to-end-test-futurehouse.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
fetch-depth: 0
3535
token: ${{ secrets.GITHUB_TOKEN }}
3636
- name: Validate PR
37+
shell: bash
3738
run: |
3839
# Check for any workflow changes
3940
if git diff --name-only "${{ github.event.pull_request.base.sha }}" "${{ github.event.pull_request.head.sha }}" | grep -q "^.github/workflows/"; then

0 commit comments

Comments
 (0)