Skip to content

Commit

Permalink
add other test in github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetSaroha committed Oct 26, 2024
1 parent 52d6779 commit d53fc3d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,18 @@ jobs:
- name: Run smoke test for interactive args
run: makim smoke-tests.interactive-args

- name: Run smoke test for hooks (pre and post)
run: makim smoke-tests.run-hooks

- name: Run smoke test for matrix combinations
run: makim smoke-tests.matrix

- name: Run smoke test for shell app
run: makim smoke-tests.shell-app

- name: Run smoke test for ssh remote execution
run: makim smoke-tests.ssh-remote-execution

- name: Semantic Release PR Title Check
uses: osl-incubator/semantic-release-pr-title-check@v1.4.1
if: success() || failure()
Expand Down

0 comments on commit d53fc3d

Please sign in to comment.