You've already forked tf2wikipricing
ci: fix release test step
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user