Skip to content

Commit

Permalink
Restore PNP test workflow (#1472)
Browse files Browse the repository at this point in the history
* Fail on purpose

* Update test-pnp.yml

* Update package.json

* Update test-pnp.yml

* Update test-pnp.yml

* Update string.ts

* Update test-pnp.yml
  • Loading branch information
ovidiuch committed May 4, 2023
1 parent 79b931d commit 6e6c00e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-pnp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,13 @@ jobs:
run: |
cd pnp-example
yarn set version stable
yarn install --immutable
yarn link ../react-cosmos/packages/react-cosmos-core
yarn link ../react-cosmos/packages/react-cosmos-renderer
yarn link ../react-cosmos/packages/react-cosmos-dom
yarn link ../react-cosmos/packages/react-cosmos-ui
yarn link ../react-cosmos/packages/react-cosmos
yarn link ../react-cosmos/packages/react-cosmos-plugin-webpack
yarn install --immutable
yarn cosmos &
- name: Wait until Cosmos is live
Expand Down
1 change: 1 addition & 0 deletions packages/react-cosmos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"pem": "^1.14.7",
"pkg-up": "^4.0.0",
"react-cosmos-core": "6.0.0-alpha.18",
"react-cosmos-renderer": "6.0.0-alpha.18",
"react-cosmos-ui": "6.0.0-alpha.18",
"ws": "^8.13.0",
"yargs": "^17.7.2"
Expand Down

0 comments on commit 6e6c00e

Please sign in to comment.