Skip to content

Commit

Permalink
chore: Updated config
Browse files Browse the repository at this point in the history
  • Loading branch information
erayhanoglu committed Oct 15, 2024
1 parent 507785b commit 5453437
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install PostgreSQL
run: |
date
Expand Down Expand Up @@ -58,9 +61,6 @@ jobs:
sudo -u postgres psql -c "grant all on database postgrejs_test to postgrejs_test;"
sudo -u postgres psql -c "alter database postgrejs_test owner to postgrejs_test;"
- name: Checkout
uses: actions/checkout@v4

# - uses: denoland/setup-deno@v1
# with:
# deno-version: v1.x
Expand Down

0 comments on commit 5453437

Please sign in to comment.