Skip to content

Commit

Permalink
Update test1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrianbet authored Jan 22, 2024
1 parent 285b1b9 commit 369c7f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test1.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sqlcheck workflow2
on: pull_request
on: [push, pull_request]

jobs:
sqlcheck:
Expand All @@ -19,9 +19,9 @@ jobs:
sqlx
schema
directories: |
sql
build/sql_dir
tests/sql_dir
Scripts/ODS
Scripts/NDWH
Scripts/REPORTING
- name: Get output
run: echo "Issues found in previous step"
if: steps.sqlcheck.outputs.issue-found

0 comments on commit 369c7f9

Please sign in to comment.