Skip to content

Commit

Permalink
chore: use gha checkout v3
Browse files Browse the repository at this point in the history
fix: peer deps of cypress cucumber preprocessor affecting gha build

fix: try disabling download cypress step to use lock

fix: use force for deps install on GHA
  • Loading branch information
Oleksandr Shevtsov authored and Oleksandr Shevtsov committed Jan 31, 2023
1 parent 2f34a45 commit f5d3bcf
Show file tree
Hide file tree
Showing 2 changed files with 749 additions and 5,719 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ jobs:
runs-on: ubuntu-latest
name: Publish
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Download Cypress
uses: bahmutov/npm-install@v1
with:
install-command: npm i --force
env:
CYPRESS_INSTALL_BINARY: 0

Expand Down
Loading

0 comments on commit f5d3bcf

Please sign in to comment.