Skip to content

Commit

Permalink
Merge pull request #55 from studiopress/update/hook-and-styling
Browse files Browse the repository at this point in the history
Template and onboarding notices, restore e2e test
  • Loading branch information
kienstra authored Jan 11, 2021
2 parents 9711172 + 07e63f3 commit 6107099
Show file tree
Hide file tree
Showing 90 changed files with 5,203 additions and 4,560 deletions.
17 changes: 17 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,19 @@ jobs:
- nodegit-workaround
- run: HUSKY_SKIP_INSTALL=1 npm ci && npm run test:js -- --maxWorkers=2

e2e-tests:
machine:
image: ubuntu-1604:202004-01
steps:
- checkout
- run: sudo apt-get update && sudo apt-get install php php-xml
- install-composer
- node/install:
node-version: lts
- nodegit-workaround
- set-up-packages
- run: npm run env start && npm run test:e2e

svn-deploy:
executor:
name: php
Expand Down Expand Up @@ -134,6 +147,10 @@ workflows:
filters:
tags:
only: /.*/
- e2e-tests:
filters:
tags:
only: /.*/
- lint:
filters:
tags:
Expand Down
Loading

0 comments on commit 6107099

Please sign in to comment.