From a52387bd709d2362e58d1c09ce9db0fd27fd71ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Re=C3=A9?= Date: Sun, 12 Jan 2025 11:58:17 +0100 Subject: [PATCH] Add gitkeep file to tests folder --- .github/workflows/github-action-acceptance.yaml | 1 - __tests__/.gitkeep | 0 package.json | 1 + 3 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 __tests__/.gitkeep 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": {