Skip to content

Commit

Permalink
Merge pull request #1321 from Friendseeker/benchmark-against-develop
Browse files Browse the repository at this point in the history
Run benchmark against develop branch during PR
  • Loading branch information
eed3si9n authored Jan 2, 2024
2 parents 7a2122e + 45d58ab commit e3ccfde
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,17 @@ jobs:
shell: bash
run: |
sbt -v -Dfile.encoding=UTF-8 "runBenchmarks"
- name: Checkout Develop Branch (3)
if: ${{ github.event_name == 'pull_request' && matrix.jobtype == 3 }}
uses: actions/checkout@v4
with:
clean: false
ref: develop
- name: Build and test against Develop Branch (3)
if: ${{ github.event_name == 'pull_request' && matrix.jobtype == 3 }}
shell: bash
run: |
sbt -v -Dfile.encoding=UTF-8 "runBenchmarks"
- name: Build and test (4)
if: ${{ matrix.jobtype == 4 }}
shell: bash
Expand Down

0 comments on commit e3ccfde

Please sign in to comment.