Skip to content

Commit

Permalink
git tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi committed May 8, 2024
1 parent a0a39d0 commit 170c07d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ jobs:
cd ./FrameworkBenchMarks
cd ./frameworks/Scala/zio-http
git init .
git tag v1.0.0
git clone https://github.com/${{github.event.pull_request.head.repo.owner.login}}/zio-http.git
cd zio-http
git checkout ${{github.event.pull_request.head.sha}}
Expand Down Expand Up @@ -196,6 +197,7 @@ jobs:
cd ./FrameworkBenchMarks
cd ./frameworks/Scala/zio-http
git init .
git tag v1.0.0
git clone https://github.com/${{github.event.pull_request.head.repo.owner.login}}/zio-http.git
cd zio-http
git checkout ${{github.event.pull_request.head.sha}}
Expand Down
1 change: 1 addition & 0 deletions project/BenchmarkWorkFlow.scala
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ object BenchmarkWorkFlow {
"cd ./FrameworkBenchMarks",
"cd ./frameworks/Scala/zio-http",
"git init .",
"git tag v1.0.0",
"git clone https://github.com/${{github.event.pull_request.head.repo.owner.login}}/zio-http.git",
"cd zio-http",
"git checkout ${{github.event.pull_request.head.sha}}",
Expand Down

0 comments on commit 170c07d

Please sign in to comment.