diff --git a/.github/workflows/github-action-acceptance.yaml b/.github/workflows/github-action-acceptance.yaml index 1796037..c6f9ae7 100644 --- a/.github/workflows/github-action-acceptance.yaml +++ b/.github/workflows/github-action-acceptance.yaml @@ -24,6 +24,5 @@ jobs: with: node-version: ${{ matrix.node-version }} - run: yarn install - - run: yarn rescript:clean - run: yarn rescript:build - run: yarn test diff --git a/__tests__/.gitkeep b/__tests__/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/package.json b/package.json index b1f61e4..96f1c23 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,7 @@ }, "files": [ "src", + "__tests__/.gitkeep", "rescript.json" ], "scripts": {