diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48d463c..59fc976 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,7 @@ jobs: - uses: actions/setup-node@v3 with: { node-version: '18' } - run: npm ci + - run: npm run test:format - run: npm run build - run: npm run test:unit test_e2e: diff --git a/examples/index.html b/examples/index.html index 830ebf0..2ac8751 100644 --- a/examples/index.html +++ b/examples/index.html @@ -19,8 +19,16 @@