Skip to content

Commit

Permalink
Merge branch 'master' into release-7.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkin authored May 11, 2023
2 parents f1c1e52 + 6705859 commit fba11c4
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 fba11c4

Please sign in to comment.