mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 21:07:58 +08:00
ci(postman): remove step skipping tests for PRs (#1961)
This commit is contained in:
@ -48,12 +48,6 @@ jobs:
|
|||||||
- 5432:5432
|
- 5432:5432
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Ignore Tests incase of pull request
|
|
||||||
shell: bash
|
|
||||||
run: |
|
|
||||||
echo "Skipped tests as the event is pull request"
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
- name: Repository checkout
|
- name: Repository checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user