Skip to content

Commit

Permalink
updated targets for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jonathan committed Jul 21, 2024
1 parent 58fa96c commit 3fb3f0e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/develop-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ jobs:
- lint
uses: cosmicmind/actions/.github/workflows/build-package.yml@release
with:
BUILD_TARGET: release
NODE_ENV: production
VITE_MODE: production
BUILD_TARGET: develop
NODE_ENV: development
VITE_MODE: development

test:
needs:
- build
uses: cosmicmind/actions/.github/workflows/build-package.yml@release
with:
BUILD_TARGET: production
NODE_ENV: production
BUILD_TARGET: develop
NODE_ENV: development
VITE_MODE: test

codeql:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/feature-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ jobs:
- lint
uses: cosmicmind/actions/.github/workflows/build-package.yml@release
with:
BUILD_TARGET: release
NODE_ENV: production
VITE_MODE: production
BUILD_TARGET: develop
NODE_ENV: development
VITE_MODE: development

test:
needs:
- build
uses: cosmicmind/actions/.github/workflows/build-package.yml@release
with:
BUILD_TARGET: production
NODE_ENV: production
BUILD_TARGET: develop
NODE_ENV: development
VITE_MODE: test

codeql:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- build
uses: cosmicmind/actions/.github/workflows/build-package.yml@release
with:
BUILD_TARGET: production
BUILD_TARGET: release
NODE_ENV: production
VITE_MODE: test

Expand Down

0 comments on commit 3fb3f0e

Please sign in to comment.