Disabling Cypress temporarily to figure out why the web server errors action template errors. (#11975)
This commit is contained in:
parent
aa5a368355
commit
093197fa8f
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -69,12 +69,12 @@ script:
|
|||
- if [ "$KNAPSACK_PRO_CI_NODE_INDEX" == "1" ]; then bundle exec bundle-audit check --update --ignore CVE-2015-9284; fi
|
||||
- if [ "$KNAPSACK_PRO_CI_NODE_INDEX" == "1" ]; then yarn build-storybook; fi
|
||||
- if [ "$KNAPSACK_PRO_CI_NODE_INDEX" == "2" ]; then bin/test-console-check; fi
|
||||
- export FOREM_OWNER_SECRET="secret"
|
||||
- yarn e2e:ci
|
||||
# Dropping and recreating the database for Capybara/rspecs
|
||||
- bundle exec rails db:drop
|
||||
- bundle exec rails db:create
|
||||
- bundle exec rails db:schema:load
|
||||
# - export FOREM_OWNER_SECRET="secret"
|
||||
# - yarn e2e:ci
|
||||
# # Dropping and recreating the database for Capybara/rspecs
|
||||
# - bundle exec rails db:drop
|
||||
# - bundle exec rails db:create
|
||||
# - bundle exec rails db:schema:load
|
||||
- 'bin/knapsack_pro_rspec'
|
||||
- '[ ! -f .approvals ] || bundle exec approvals verify --ask false'
|
||||
after_script:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue