ci: fix release test step

This commit is contained in:
xenticore
2025-03-27 17:03:51 -04:00
parent 507970fdde
commit 7465d6ce8d

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: bun install run: bun install
- name: Test project - name: Test project
run: bun test run: bun test --define __VERSION__='${{ steps.version.outputs.version }}' --define __EXTENSION_NAME='"tf2wikipricing"'
- name: Build project - name: Build project
run: bun run build --mode production run: bun run build --mode production
- name: Archive production artifacts - name: Archive production artifacts