Skip to content

Commit

Permalink
fix wd
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Jul 24, 2023
1 parent 5dd0483 commit ba92e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/extension_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
/home/runner/.pgrx
- uses: ./.github/actions/pgx-init
with:
working-directory: pgmq/
working-directory: ./
- name: Cargo format
run: cargo +nightly fmt --all --check
- name: Clippy
Expand All @@ -61,7 +61,7 @@ jobs:
/home/runner/.pgrx
- uses: ./.github/actions/pgx-init
with:
working-directory: pgmq/
working-directory: ./
- name: test
run: |
sudo apt-get update && sudo apt-get install -y postgresql-server-dev-14
Expand Down

0 comments on commit ba92e84

Please sign in to comment.