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 17bdb5a commit 38ba4aeCopy full SHA for 38ba4ae
.github/workflows/dev.yml
@@ -52,7 +52,7 @@ jobs:
52
docker-compose push ubuntu-lint
53
54
release:
55
- name: Source Release
+ name: Source Release and Merge Script
56
runs-on: ubuntu-latest
57
env:
58
GIT_AUTHOR_NAME: Github Actions
@@ -75,7 +75,7 @@ jobs:
75
- name: Install Dependencies
76
shell: bash
77
run: |
78
- pip install cython setuptools
+ pip install cython setuptools pytest jira
79
wget -q https://packages.microsoft.com/config/ubuntu/16.04/packages-microsoft-prod.deb
80
sudo dpkg -i packages-microsoft-prod.deb
81
sudo apt-get install apt-transport-https
@@ -85,6 +85,10 @@ jobs:
85
86
87
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
92
93
docs:
94
name: Sphinx and API documentations
0 commit comments