We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd6b17d commit ea4f9b7Copy full SHA for ea4f9b7
.github/workflows/dev.yml
@@ -51,7 +51,7 @@ jobs:
51
docker-compose push ubuntu-lint
52
53
release:
54
- name: Source Release
+ name: Source Release and Merge Script
55
runs-on: ubuntu-latest
56
env:
57
GIT_AUTHOR_NAME: Github Actions
@@ -74,7 +74,7 @@ jobs:
74
- name: Install Dependencies
75
shell: bash
76
run: |
77
- pip install cython setuptools
+ pip install cython setuptools pytest
78
wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
79
sudo dpkg -i packages-microsoft-prod.deb
80
sudo apt-get install apt-transport-https
@@ -84,6 +84,10 @@ jobs:
84
85
86
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
91
92
docs:
93
name: Sphinx and API documentations
0 commit comments