Skip to content

Commit

Permalink
Remove Chrome setup from checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
venetak committed Feb 20, 2024
1 parent f870d0d commit de38635
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# This workflow will check if package cohtml react-scripts and cra-template-cohtml and publishe them to npm if their versions were updated
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Publish
Expand All @@ -17,9 +17,8 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- name: Setup Chrome
uses: browser-actions/[email protected]
- uses: actions/checkout@v2
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Use Node.js ${{ matrix.node-version }}
Expand Down

0 comments on commit de38635

Please sign in to comment.