Skip to content

Commit

Permalink
fix: fix name in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
diksown committed Nov 16, 2023
1 parent 81d0aa4 commit d8e665e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified .github/run_sql_files.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions .github/workflows/test_sql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Run SQL Scripts
run: .github/run_sql_scripts.sh
- name: Run SQL Files
run: .github/run_sql_files.sh
env:
PGPASSWORD: postgres

0 comments on commit d8e665e

Please sign in to comment.