From 745ba1a2c0498e21f9ba1af8edd2a1a1931d7b0e Mon Sep 17 00:00:00 2001 From: frederikprijck Date: Tue, 19 Sep 2023 13:11:59 +0200 Subject: [PATCH] fix --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d8c10c1a..382a8f1d 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -56,4 +56,4 @@ jobs: run: npm run install:examples - name: Run integration test - run: npm run test:cra + run: npm run test:integration