diff --git a/.github/workflows/develop-push.yml b/.github/workflows/develop-push.yml index 98ac4e8..437662f 100644 --- a/.github/workflows/develop-push.yml +++ b/.github/workflows/develop-push.yml @@ -23,7 +23,7 @@ jobs: - build uses: cosmicmind/actions/.github/workflows/build-package.yml@release with: - BUILD_TARGET: develop + BUILD_TARGET: test NODE_ENV: development VITE_MODE: test diff --git a/.github/workflows/feature-push.yml b/.github/workflows/feature-push.yml index 1ebd552..21f9574 100644 --- a/.github/workflows/feature-push.yml +++ b/.github/workflows/feature-push.yml @@ -24,7 +24,7 @@ jobs: - build uses: cosmicmind/actions/.github/workflows/build-package.yml@release with: - BUILD_TARGET: develop + BUILD_TARGET: test NODE_ENV: development VITE_MODE: test diff --git a/.github/workflows/release-push.yml b/.github/workflows/release-push.yml index a5568fe..1618477 100644 --- a/.github/workflows/release-push.yml +++ b/.github/workflows/release-push.yml @@ -23,7 +23,7 @@ jobs: - build uses: cosmicmind/actions/.github/workflows/build-package.yml@release with: - BUILD_TARGET: release + BUILD_TARGET: test NODE_ENV: production VITE_MODE: test