Skip to content

Commit

Permalink
chore: Disable publish & install workflow
Browse files Browse the repository at this point in the history
The install step consistently fails for un-debuggable reasons.
  • Loading branch information
michaelbromley committed Oct 9, 2019
1 parent cf604aa commit d4f0dc4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/publish_and_install.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
name: Publish & Install

# Temporarily disabled this workflow because the last step (installing from Verdaccio) is consistently
# failing and despite numerous attempts to stabilize, it still fails. Therefore this is not useful at
# the moment.
# on:
# push:
# branches:
# - master
# pull_request:
# branches:
# - master
on:
push:
branches:
- master
pull_request:
branches:
- master
deployment
jobs:
publish_install:

Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
A headless [GraphQL](https://graphql.org/) ecommerce framework built on [Node.js](https://nodejs.org) with [Nest](https://nestjs.com/) with [TypeScript](http://www.typescriptlang.org/).

[![Build Status](https://github.com/vendure-ecommerce/vendure/workflows/Build%20&%20Test/badge.svg)](https://github.com/vendure-ecommerce/vendure/actions)
[![Build Status](https://github.com/vendure-ecommerce/vendure/workflows/Publish%20&%20Install/badge.svg)](https://github.com/vendure-ecommerce/vendure/actions)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)

### [www.vendure.io](https://www.vendure.io/)
Expand Down

0 comments on commit d4f0dc4

Please sign in to comment.