Skip to content

Commit

Permalink
chore: Removes PNP CI as it only gets in the way (#1694)
Browse files Browse the repository at this point in the history
  • Loading branch information
rschristian committed Jun 6, 2022
1 parent 49bba04 commit 78d81f8
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .github/workflows/ci.yml
Expand Up @@ -44,36 +44,11 @@ jobs:
LIGHTHOUSE_CHROMIUM_PATH: 'which google-chrome-stable'
run: npm run test

pnpTest:
name: PnPTest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 1

- uses: actions/setup-node@v1
with:
node-version: 12.x

- name: Run PnP test
run: |
git clone https://github.com/preactjs-templates/default.git default
cd default/template
touch yarn.lock
echo $(cat package.json | jq '.name = "pnp-test"') > package.json
yarn set version 2
yarn config set pnpFallbackMode none
yarn config set compressionLevel 0
yarn link -A -p ../..
yarn build
ci-success:
name: ci
if: ${{ success() }}
needs:
- test
- pnpTest
runs-on: ubuntu-latest
steps:
- name: CI succeeded
Expand Down

0 comments on commit 78d81f8

Please sign in to comment.