Skip to content

Commit

Permalink
ci: preview; DO NOT MERGE
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Jul 4, 2024
1 parent ae043a0 commit e7749a2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
cache: pip

- name: Download Semgrep rules
run: git clone --depth 1 https://github.com/frappe/semgrep-rules.git frappe-semgrep-rules
run: git clone --depth 1 https://github.com/blaggacao/semgrep-rules.git frappe-semgrep-rules

- name: Download semgrep
run: pip install semgrep
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
env:
DB: mariadb
TYPE: server
FRAPPE_USER: blaggacao
FRAPPE_BRANCH: feat/document-caster

- name: Run Patch Tests
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/server-tests-mariadb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ jobs:
env:
DB: mariadb
TYPE: server
FRAPPE_USER: ${{ github.event.inputs.user }}
FRAPPE_BRANCH: ${{ github.event.inputs.branch }}
FRAPPE_USER: blaggacao
FRAPPE_BRANCH: feat/document-caster

- name: Run Tests
run: 'cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --app erpnext --total-builds 4 --build-number ${{ matrix.container }}'
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/server-tests-postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ jobs:
env:
DB: postgres
TYPE: server
FRAPPE_USER: blaggacao
FRAPPE_BRANCH: feat/document-caster

- name: Run Tests
run: cd ~/frappe-bench/ && bench --site test_site run-parallel-tests --app erpnext --use-orchestrator
Expand Down

0 comments on commit e7749a2

Please sign in to comment.