Skip to content

Commit

Permalink
test empty script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 27, 2024
1 parent f3ecdbe commit 9af2867
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ runs:
shell: bash

- name: Configure the database
run: sudo -u postgres psql -f setup_test_database.sql
# run: sudo -u postgres psql -f setup_test_database.sql
run: echo.sh
shell: bash
working-directory: ./scripts
1 change: 1 addition & 0 deletions scripts/echo.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
echo "This is an empty script"

0 comments on commit 9af2867

Please sign in to comment.