diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 4123e8f..1febc45 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -23,6 +23,18 @@ jobs: with: submodules: true ref: ${{ github.event.pull_request.base.ref }} + + - name: Checkout server before PR 2 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + with: + submodules: true + ref: ${{ github.event.pull_request.head.ref }} + + - name: Apply blueprint + uses: icewind1991/blueprint@v0.1.2 + with: + blueprint: tests/blueprints/basic.toml + ref: ${{ github.event.pull_request.head.ref }} - name: Apply PR env: