diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index dffbb0a..26f1856 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -36,12 +36,6 @@ jobs: - name: Checkout local repository uses: actions/checkout@v2 - - name: Build action - run: | - npm install - npm run build - npm run pack - # The contents of the test data path are structured so that the step will fail if arduino-lint is not run with the configuration according to these inputs. - name: Run action uses: ./ @@ -65,12 +59,6 @@ jobs: - name: Checkout local repository uses: actions/checkout@v2 - - name: Build action - run: | - npm install - npm run build - npm run pack - # The contents of the test data path are structured so that the step will fail if arduino-lint is run with the default configuration. - name: Run action id: arduino-lint