Skip to content

Commit

Permalink
ci: get-app for hrms
Browse files Browse the repository at this point in the history
  • Loading branch information
agritheory committed Mar 18, 2024
1 parent 31786ab commit 683a13f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/helper/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ sed -i 's/socketio:/# socketio:/g' Procfile
sed -i 's/redis_socketio:/# redis_socketio:/g' Procfile

bench get-app https://github.com/frappe/erpnext --branch "${BRANCH_NAME}" --resolve-deps --skip-assets
bench get-app https://github.com/frappe/hrms --branch "${BRANCH_NAME}" --resolve-deps --skip-assets
bench get-app inventory_tools "${GITHUB_WORKSPACE}" --skip-assets --resolve-deps

printf '%s\n' 'frappe' 'erpnext' 'inventory_tools' > ~/frappe-bench/sites/apps.txt
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fetch-depth: 2

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
fetch-depth: 2

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20
check-latest: true
Expand Down

0 comments on commit 683a13f

Please sign in to comment.