Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pjain05 authored Jan 9, 2024
1 parent 0d05287 commit fcc32e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ env:
envVariable: '{"concurrency":"10","hold-for":"8m","ramp-up": "4m"}'
testRunByTestName: "true"
testName: "Untitled test January_05_1:45 PM"
projectID: "430125"

on: push
jobs:
Expand Down Expand Up @@ -37,3 +38,4 @@ jobs:
envVariable: ${{env.envVariable}}
testRunByTestName: ${{env.testRunByTestName}}
testName: ${{env.testName}}
projectID: ${{env.projectID}}

0 comments on commit fcc32e7

Please sign in to comment.