소스 검색

Fixed nodejs.yml

Giovanni Giordano 5 년 전
부모
커밋
6a6a31d99c
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      .github/workflows/nodejs.yml

+ 0 - 4
.github/workflows/nodejs.yml

@@ -15,10 +15,6 @@ jobs:
     - name: npm install, build, and test
       run: |
         npm ci
-<<<<<<< HEAD:.github/workflows/nodejs.yml
-=======
-        npm run build --if-present
->>>>>>> 6599f97088dcda01d7b05abe9afc732165f0af62:.github/workflows/nodejs.yml
         npm run lint
         npm test
       env: