Skip to content

Commit

Permalink
add CI workflow for new test
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetSaroha committed Dec 5, 2023
1 parent f09a55d commit d0a59e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
- name: Run smoke test for variable envs
run: makim smoke-tests.vars-env

- name: Run smoke test for working-directory-absolute-path
run: makim smoke-tests.working-directory-absolute-path

- name: Run unit tests
run: makim tests.unittest

Expand Down

0 comments on commit d0a59e5

Please sign in to comment.