Skip to content

Commit

Permalink
move db config script into action directory
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jan 27, 2024
1 parent 6134705 commit 4f2865d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-postgres-linux/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ runs:
shell: bash

- name: Start postgres service
run: sudo -u postgres bash ./.github/scripts/setup_postgres_linux.sh
run: sudo -u postgres bash ${{ github.action_path }}/setup_db.sh
shell: bash
File renamed without changes.

0 comments on commit 4f2865d

Please sign in to comment.