Skip to content

Commit

Permalink
fix postgres test
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Jan 21, 2025
1 parent 08b2806 commit a6b9fb9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,15 +224,14 @@ jobs:
- name: install-emacs-macos
if: ${{ github.event.inputs.debug == 'true' }}
run: |
brew install emacs
sudo apt install emacs
- name: setup-ssh-debug
if: ${{ github.event.inputs.debug == 'true' }}
uses: mxschmitt/action-tmate@v3
with:
detached: true
- name: Setup Just
run: |
brew install just
uses: extractions/setup-just@v2
- name: Install
run: |
just init
Expand Down

0 comments on commit a6b9fb9

Please sign in to comment.