Skip to content

Commit 38ba4ae

Browse files
kszucskou
authored andcommitted
ARROW-6788: [CI][Dev] Exercise merge script tests
Closes #6144 from kszucs/ARROW-6788 and squashes the following commits: 3c3e321 <Krisztián Szűcs> jira pip dependency ea4f9b7 <Krisztián Szűcs> run test merge script Authored-by: Krisztián Szűcs <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 17bdb5a commit 38ba4ae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/dev.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
docker-compose push ubuntu-lint
5353
5454
release:
55-
name: Source Release
55+
name: Source Release and Merge Script
5656
runs-on: ubuntu-latest
5757
env:
5858
GIT_AUTHOR_NAME: Github Actions
@@ -75,7 +75,7 @@ jobs:
7575
- name: Install Dependencies
7676
shell: bash
7777
run: |
78-
pip install cython setuptools
78+
pip install cython setuptools pytest jira
7979
wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
8080
sudo dpkg -i packages-microsoft-prod.deb
8181
sudo apt-get install apt-transport-https
@@ -85,6 +85,10 @@ jobs:
8585
shell: bash
8686
run: |
8787
ci/scripts/release_test.sh $(pwd)
88+
- name: Run Merge Script Test
89+
shell: bash
90+
run: |
91+
pytest -v dev/test_merge_arrow_pr.py
8892
8993
docs:
9094
name: Sphinx and API documentations

0 commit comments

Comments
 (0)