Skip to content

Commit ea4f9b7

Browse files
committed
run test merge script
1 parent dd6b17d commit ea4f9b7

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
@@ -51,7 +51,7 @@ jobs:
5151
docker-compose push ubuntu-lint
5252
5353
release:
54-
name: Source Release
54+
name: Source Release and Merge Script
5555
runs-on: ubuntu-latest
5656
env:
5757
GIT_AUTHOR_NAME: Github Actions
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install Dependencies
7575
shell: bash
7676
run: |
77-
pip install cython setuptools
77+
pip install cython setuptools pytest
7878
wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
7979
sudo dpkg -i packages-microsoft-prod.deb
8080
sudo apt-get install apt-transport-https
@@ -84,6 +84,10 @@ jobs:
8484
shell: bash
8585
run: |
8686
ci/scripts/release_test.sh $(pwd)
87+
- name: Run Merge Script Test
88+
shell: bash
89+
run: |
90+
pytest -v dev/test_merge_arrow_pr.py
8791
8892
docs:
8993
name: Sphinx and API documentations

0 commit comments

Comments
 (0)