File tree Expand file tree Collapse file tree 4 files changed +0
-8
lines changed
Expand file tree Collapse file tree 4 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 2222 git status
2323 phoenix_version=`node -p "require('./package.json').apiVersion"`
2424 echo "PHOENIX_VERSION=${phoenix_version}" >> $GITHUB_ENV
25- echo "SKIP_TEST_RUN_GITHUB=yes" >> $GITHUB_ENV
2625 shell : bash
2726
2827 - name : Create Bump patch version Pull Request
Original file line number Diff line number Diff line change 2222 git status
2323 phoenix_version=`node -p "require('./package.json').apiVersion"`
2424 echo "PHOENIX_VERSION=${phoenix_version}" >> $GITHUB_ENV
25- echo "SKIP_TEST_RUN_GITHUB=yes" >> $GITHUB_ENV
2625 shell : bash
2726
2827 - name : Create Bump patch version Pull Request
Original file line number Diff line number Diff line change 1919 git status
2020 phoenix_version=`node -p "require('./package.json').apiVersion"`
2121 echo "PHOENIX_VERSION=${phoenix_version}" >> $GITHUB_ENV
22- echo "SKIP_TEST_RUN_GITHUB=yes" >> $GITHUB_ENV
2322 shell : bash
2423
2524 - name : Create Bump patch version Pull Request
Original file line number Diff line number Diff line change 22. " $( dirname " $0 " ) /_/husky.sh"
33
44npm 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