Skip to content

Commit

Permalink
Merge branch 'master' into release-7.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkin authored Sep 14, 2023
2 parents f4a295e + e4a3511 commit 53c790f
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/ssh-agent@v0.7.0
Expand Down

0 comments on commit 53c790f

Please sign in to comment.