From c1ddf59fd60ad55ad4b9fa4441442e131cab6b05 Mon Sep 17 00:00:00 2001 From: frederikprijck Date: Tue, 19 Sep 2023 14:02:54 +0200 Subject: [PATCH] update --- .github/workflows/integration.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 4b0c37e3..e9476781 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -54,5 +54,8 @@ jobs: - name: Install examples run: npm run install:examples - - name: Run integration test - run: npm run test:integration + - name: Run integration test (CRA) + run: npm run test:cra + + - name: Run integration test (NextJS) + run: npm run test:nextjs