Skip to content

Commit

Permalink
apache#1005: support file:// uri or direct local file location for wa…
Browse files Browse the repository at this point in the history
…rehouse in Windows + Windows integration test
  • Loading branch information
Raymond Fung authored and rfung-tla committed Aug 14, 2024
1 parent 5975496 commit f3b7a84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/python-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,11 @@ concurrency:

jobs:
integration-test:
runs-on: ubuntu-20.04
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ "ubuntu-20.04", "windows-2022" ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit f3b7a84

Please sign in to comment.