diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1e5850b8e..517c43684c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,4 +38,4 @@ jobs: - name: Install Packages run: npm ci - name: Unit Tests - run: npm run test \ No newline at end of file + run: npm run test diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 73b8a76157..7cc81156d8 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -31,5 +31,4 @@ jobs: name: playwright-reports path: playwright-report/index.html retention-days: 1 - - \ No newline at end of file + \ No newline at end of file