Skip to content

Commit

Permalink
add ci cd test for excel report
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzaizai2k committed Oct 5, 2024
1 parent 5ab5099 commit defc49c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/workloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,12 @@ jobs:

# python src/base_extractors.py

- name: Run excel_export test
- name: Run get employee names test
run: python src/excel_export.py

- name: Run excel_export test
run: python src/export_excel/main.py

- name: Run LDAP test
run: python src/ldap_authen.py

Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ install:

unit_test:
python src/excel_export.py
python src/export_excel/main.py
python src/ldap_authen.py
python src/mail.py
python src/validate_invoice.py
Expand Down

0 comments on commit defc49c

Please sign in to comment.