File tree 4 files changed +0
-8
lines changed 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 22
22
git status
23
23
phoenix_version=`node -p "require('./package.json').apiVersion"`
24
24
echo "PHOENIX_VERSION=${phoenix_version}" >> $GITHUB_ENV
25
- echo "SKIP_TEST_RUN_GITHUB=yes" >> $GITHUB_ENV
26
25
shell : bash
27
26
28
27
- name : Create Bump patch version Pull Request
Original file line number Diff line number Diff line change 22
22
git status
23
23
phoenix_version=`node -p "require('./package.json').apiVersion"`
24
24
echo "PHOENIX_VERSION=${phoenix_version}" >> $GITHUB_ENV
25
- echo "SKIP_TEST_RUN_GITHUB=yes" >> $GITHUB_ENV
26
25
shell : bash
27
26
28
27
- name : Create Bump patch version Pull Request
Original file line number Diff line number Diff line change 19
19
git status
20
20
phoenix_version=`node -p "require('./package.json').apiVersion"`
21
21
echo "PHOENIX_VERSION=${phoenix_version}" >> $GITHUB_ENV
22
- echo "SKIP_TEST_RUN_GITHUB=yes" >> $GITHUB_ENV
23
22
shell : bash
24
23
25
24
- name : Create Bump patch version Pull Request
Original file line number Diff line number Diff line change 2
2
. " $( dirname " $0 " ) /_/husky.sh"
3
3
4
4
npm run build
5
- if [ -z " ${SKIP_TEST_RUN_GITHUB} " ]; then
6
- npm run lint
7
- else
8
- echo " skipping test run as GitHub Actions environment test run skip is set"
9
- fi
You can’t perform that action at this time.
0 commit comments