diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a312e88..97bad25 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -39,6 +39,5 @@ jobs: uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - cache: "npm" # Build a production tarball and run the integration tests against it. - run: ./script/test-integration diff --git a/.gitignore b/.gitignore index 733b5fe..7ac3c44 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ package-lock.json template/package-lock.json my-replicate-app -foo \ No newline at end of file +node_modules