Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorbmon committed Sep 17, 2024
1 parent 0e9da79 commit c4a6e93
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ jobs:
- name: Lint with flake8
run: |
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
- uses: ikalnytskyi/action-setup-postgres@v6
- name: Setup postgres
uses: ikalnytskyi/action-setup-postgres@v6
with:
username: test
password: test
username: ci
password: sw0rdfish
database: test
port: 12345
port: 34837
postgres-version: "14"
ssl: "on"
id: postgres
Expand Down

0 comments on commit c4a6e93

Please sign in to comment.