Skip to content

Commit

Permalink
Merge branch 'master' into release-7.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkin authored Oct 12, 2023
2 parents cdccac7 + fe1d929 commit 65a44d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
run: |
npm i
bundle install
- name: Run tests
- name: Build site
run: |
NODE_ENV=production make test
NODE_ENV=production make build
# Install SSH Key
- name: Install SSH key
uses: webfactory/[email protected]
Expand Down

0 comments on commit 65a44d3

Please sign in to comment.