Skip to content

Commit

Permalink
debug codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
var77 committed Oct 9, 2024
1 parent 8f964fe commit a26c79f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubicloud-standard-4-arm, macos-13]
postgres: [11, 12, 13, 14, 15, 16]
# os: [ubuntu-22.04, ubicloud-standard-4-arm, macos-13]
# postgres: [11, 12, 13, 14, 15, 16]
os: [ubuntu-22.04]
postgres: [15]
steps:
- uses: actions/checkout@v4
with:
Expand Down Expand Up @@ -148,7 +150,8 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubicloud-standard-4-arm]
# os: [ubuntu-22.04, ubicloud-standard-4-arm]
os: [ubuntu-22.04]
postgres: [15]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit a26c79f

Please sign in to comment.