Skip to content

Commit 872b8d1

Browse files
committed
changes
1 parent 0e8ea7e commit 872b8d1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/validate-queries.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,9 @@ jobs:
3030
run: pip install requests pyyaml
3131

3232
- name: Validate queries
33+
working-directory: ./scripts
3334
env:
3435
SUMO_LOGIC_ACCESS_ID: ${{ secrets.SUMO_LOGIC_ACCESS_ID }}
3536
SUMO_LOGIC_ACCESS_KEY: ${{ secrets.SUMO_LOGIC_ACCESS_KEY }}
3637
run: |
37-
if [ -f "scripts/validate_queries.py" ]; then
38-
python scripts/validate_queries.py
39-
else
40-
echo "::error file=.github/workflows/validate_queries.yml::Validation script not found at scripts/validate_queries.py"
41-
exit 1
42-
fi
38+
python validate_queries.py

0 commit comments

Comments
 (0)