Skip to content

Commit

Permalink
Disable eslint check
Browse files Browse the repository at this point in the history
  • Loading branch information
itegration-it authored Jan 23, 2024
1 parent 30af80c commit 8bc028b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
cd magento2-extension
sh dev/testv2/tools/scripts/run-code-style.sh
env:
VERSION: 2.4.0ce
- name: Run eslint
shell: bash
run: |
cd magento2-extension
docker run --rm -v $(pwd)/dev/testv2:/test -e NPM_TOKEN=${NPM_TOKEN} "${{ vars.REGISTRY_URL }}/itg-commerce/emarsys-magento2-extension-test/mage_node" sh -c "npm i && ./node_modules/.bin/cypress install && ./node_modules/.bin/cypress verify && npm run code-style"
env:
NPM_TOKEN: ${{ secrets.NPM_PUBLISHER_TOKEN }}
VERSION: 2.4.0ce
# - name: Run eslint
# shell: bash
# run: |
# cd magento2-extension
# docker run --rm -v $(pwd)/dev/testv2:/test -e NPM_TOKEN=${NPM_TOKEN} "${{ vars.REGISTRY_URL }}/itg-commerce/emarsys-magento2-extension-test/mage_node" sh -c "npm i && ./node_modules/.bin/cypress install && ./node_modules/.bin/cypress verify && npm run code-style"
# env:
# NPM_TOKEN: ${{ secrets.NPM_PUBLISHER_TOKEN }}

0 comments on commit 8bc028b

Please sign in to comment.