Skip to content

Commit

Permalink
ci: disable linting for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ron de las Alas committed Nov 6, 2023
1 parent 6e40ac7 commit 539d37d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,14 @@ jobs:
- name: Install Dependencies
if: steps.cache-nodemodules.outputs.cache-hit != 'true'
run: npm install
- name: Lint
run: |
npm run test:lint -- --quiet --output-file test-results/eslint-results.xml --format junit
- name: Store Lint Artifacts
uses: actions/upload-artifact@v3
with:
name: test-output
path: ./test-results/*
# - name: Lint
# run: |
# npm run test:lint -- --quiet --output-file test-results/eslint-results.xml --format junit
# - name: Store Lint Artifacts
# uses: actions/upload-artifact@v3
# with:
# name: test-output
# path: ./test-results/*
test-unit:
needs: setup
runs-on: ubuntu-latest
Expand Down

0 comments on commit 539d37d

Please sign in to comment.