Skip to content

Commit

Permalink
Avoid plain & strict install in examples-branch
Browse files Browse the repository at this point in the history
This would fail if "latest" package was not compatible with engine
requirements, if even the dirty was. This can be seen EG. here [1],
where a dependency if downgraded to support a prevously untested
requirement.

[1] https://github.com/badeball/cypress-cucumber-preprocessor/actions/runs/10954812616
  • Loading branch information
badeball committed Sep 20, 2024
1 parent c2af632 commit c54daa1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/examples-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ jobs:
name: build
path: examples/${{ matrix.example }}
- name: Install NPM modules
working-directory: examples/${{ matrix.example }}
run: npm install --engine-strict
- name: Install dirty build
working-directory: examples/${{ matrix.example }}
run: npm install --engine-strict badeball-*
- name: Run Cypress
Expand Down

0 comments on commit c54daa1

Please sign in to comment.