Skip to content

Commit

Permalink
Update postman-api-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stephennwachukwu authored Aug 26, 2024
1 parent a5a503c commit badcc34
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/postman-api-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ on:

jobs:
run-newman-tests:
if: github.event.repository.fork == false
environment:
name: "staging"
url: ${{ vars.URL }}
name: Test for staging
runs-on: ubuntu-latest

steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit badcc34

Please sign in to comment.