Skip to content

Commit

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

0 comments on commit 21be437

Please sign in to comment.