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

Improved naming of testing workflows #315

Merged
merged 1 commit into from
Aug 23, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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