From 133b010671f5ed5328d86342c7c394dc886321e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Thu, 22 Feb 2024 01:34:27 +0100 Subject: [PATCH] ci: Match cargo features when testing the extension builder Dockerfile --- .github/workflows/test_extension_dockerfile.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_extension_dockerfile.yml b/.github/workflows/test_extension_dockerfile.yml index 4a567f1d1c05..ca6d77f52746 100644 --- a/.github/workflows/test_extension_dockerfile.yml +++ b/.github/workflows/test_extension_dockerfile.yml @@ -46,8 +46,7 @@ jobs: - name: Install node packages working-directory: web shell: bash -l {0} - run: | - npm ci + run: npm ci - name: Seal version data shell: bash -l {0} @@ -68,6 +67,8 @@ jobs: - name: Build web normally working-directory: web shell: bash -l {0} + env: + CARGO_FEATURES: "jpegxr" run: npm run build:repro - name: Compare the two extensions