Skip to content

Commit

Permalink
removed chal type def and fixed yml file steps
Browse files Browse the repository at this point in the history
  • Loading branch information
sadabnepal committed Mar 9, 2024
1 parent 26a31ba commit 8c847bf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 30 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
branches: [ "main" ]

jobs:

supertest:
runs-on: ubuntu-latest

Expand All @@ -25,13 +26,9 @@ jobs:
- name: tes using supertest
run: |
npm install
npm test:super
- name: tes using pactum
run: |
npm install
npm test:pactum
npm run test:super
axios:
runs-on: ubuntu-latest

Expand All @@ -50,7 +47,7 @@ jobs:
- name: tes using axios
run: |
npm install
npm test:axios
npm run test:axios
pactum:
runs-on: ubuntu-latest
Expand All @@ -70,4 +67,4 @@ jobs:
- name: tes using pactum
run: |
npm install
npm test:pactum
npm run test:pactum
20 changes: 0 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@types/chai": "^4.3.5",
"@types/chalk": "^2.2.0",
"@types/mocha": "^10.0.1",
"@types/mochawesome": "^6.2.1",
"@types/prettyjson": "^0.0.30",
Expand All @@ -37,4 +36,4 @@
"ts-node": "^10.9.1",
"typescript": "^5.1.3"
}
}
}

0 comments on commit 8c847bf

Please sign in to comment.