Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Cleaned workflows. (#315)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao authored Aug 23, 2021
1 parent 8243861 commit 43f582c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/integration-ffi.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
name: FFI integration
name: Integration FFI

on: [push, pull_request]

jobs:
# test FFI against the C-Data interface exposed by pyarrow
pyarrow-integration-test:
docker:
name: Test
runs-on: ubuntu-latest
steps:
Expand All @@ -23,7 +22,6 @@ jobs:
uses: actions/cache@v2
with:
path: /home/runner/target
# this key is not equal because maturin uses different compilation flags.
key: ${{ runner.os }}-amd64-target-maturin-cache
- uses: actions/setup-python@v2
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Integration
name: Integration IPC / Flight

on: [push, pull_request]

jobs:
docker:
name: Integration Test
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout Arrow
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integration-parquet.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Integration parquet
name: Integration Parquet

on: [push, pull_request]

jobs:
docker:
name: Integration Test
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 43f582c

Please sign in to comment.