Skip to content

Commit

Permalink
Merge pull request #154
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
sercheo87 authored Jun 8, 2024
2 parents 111febb + 7f932b3 commit a126b8d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jmeter-testing.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: Stress testing with JMeter

on: workflow_dispatch
on: workflow_dispatch

jobs:
load-test-with-jmeter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install postman to jmeter converter
run: |
run: |
npm install -s postman-jmeter
- name: install jmeter
run: |
Expand All @@ -19,7 +19,7 @@ jobs:
./jmeter -v
pwd
- name: Convert postman collection
run: |
run: |
echo "DIRECTORY: "
ls
./node_modules/postman-jmeter/bin/convert-postman-jmeter -p ./test/catfact-coll.json -j catfacts.jmx -o -v=resolve
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: 20
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: 20
Expand Down

0 comments on commit a126b8d

Please sign in to comment.