Skip to content

Commit

Permalink
just build dev
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev committed Jan 6, 2024
1 parent b6daa07 commit 8ace897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/feature-tests.yml
Expand Up @@ -96,7 +96,8 @@ jobs:
RAILS_ENV: production
NODE_ENV: production
run: |
yarn prod:build
yarn build:js
yarn build:css
yarn build:custom-js
- name: Run tests
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/system-tests.yml
Expand Up @@ -95,7 +95,8 @@ jobs:
RAILS_ENV: production
NODE_ENV: production
run: |
yarn prod:build
yarn build:js
yarn build:css
yarn build:custom-js
- name: Run avo:sym_link
Expand Down

0 comments on commit 8ace897

Please sign in to comment.