Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalnytskyi committed Jan 5, 2024
1 parent 510dee7 commit 9faab83
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- windows-latest
# - ubuntu-latest
# - windows-latest
- macos-latest
steps:
- uses: actions/checkout@v4
- uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: false

- name: Run setup-postgres
uses: ./
Expand Down

0 comments on commit 9faab83

Please sign in to comment.