Skip to content

Commit

Permalink
Only run integration tests when arrow changes (#2152)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Jul 23, 2022
1 parent aa5c849 commit 7746e7d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/integration.yml
Expand Up @@ -17,14 +17,21 @@

name: Integration

# Only run when arrow or github changes
on:
push:
paths:
- arrow/**
- .github/**
pull_request:
paths:
- arrow/**
- .github/**

jobs:

integration:
name: Integration Test
name: Archery test With other arrows
runs-on: ubuntu-latest
steps:
- name: Checkout Arrow
Expand All @@ -49,7 +56,7 @@ jobs:

# test FFI against the C-Data interface exposed by pyarrow
pyarrow-integration-test:
name: Test Pyarrow C Data Interface
name: Pyarrow C Data Interface
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down

0 comments on commit 7746e7d

Please sign in to comment.