Skip to content

Commit

Permalink
chore: update test to use Dockerfile (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 authored Dec 4, 2023
1 parent 9d6f128 commit ebeeed4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
with:
database_url: "postgres://test_user:test_user_password@localhost:5432/testdb"
backup_file: "backups/backup.sql"
- name: Update image key
run: |
yq eval '.runs.image = "./Dockerfile"' -i action.yml
- name: Run schemaspy
uses: ./
with:
Expand Down

0 comments on commit ebeeed4

Please sign in to comment.