ci: fix release test step

Reviewed-on: http://charon.local/git/xen/tf2wikipricing/pulls/11
This commit is contained in:
Xen
2025-03-27 17:05:47 -04:00

View File

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