Skip to content

Commit

Permalink
Lowercase
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Apr 12, 2024
1 parent a9ee0c8 commit 39c01f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
- name: Install
run: make install
- name: Run Install Check
run: make installcheck PGUSER=POSTGRES
run: make installcheck PGUSER=postgres
- name: Remove Data Diretory
run: rm -rf target/pgrx-test-data-${{ matrix.pg }}

0 comments on commit 39c01f5

Please sign in to comment.