Skip to content

Commit

Permalink
use updated makefile for both builds
Browse files Browse the repository at this point in the history
  • Loading branch information
aqrln committed Feb 13, 2024
1 parent f889dda commit ddc0b8a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/wasm-size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,19 @@ jobs:
sqlite_size: ${{ steps.measure.outputs.sqlite_size }}
sqlite_size_gz: ${{ steps.measure.outputs.sqlite_size_gz }}
steps:
# remove before merging
- name: 'tmp: Checkout PR branch'
uses: actions/checkout@v4
- run: cp Makefile /tmp/prisma-engines-Makefile

- name: Checkout base branch
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.base.sha }}

# remove before merging
- run: mv /tmp/prisma-engines-Makefile Makefile

- uses: ./.github/workflows/include/rust-wasm-setup

- name: Build and measure base branch
Expand Down

0 comments on commit ddc0b8a

Please sign in to comment.