diff --git a/.github/workflows/js-tests.yml b/.github/workflows/js-tests.yml new file mode 100644 index 0000000..3ec6bb8 --- /dev/null +++ b/.github/workflows/js-tests.yml @@ -0,0 +1,18 @@ +name: JS Tests + +on: + push: + branches: ["**"] + pull_request: + +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 22 + cache: npm + - run: npm ci + - run: npm test diff --git a/.gitignore b/.gitignore index 054075d..8189b8b 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ local.properties /app/release keystore.properties +node_modules diff --git a/app/src/main/assets/index.html b/app/src/main/assets/index.html index 70b532b..ede3d6b 100644 --- a/app/src/main/assets/index.html +++ b/app/src/main/assets/index.html @@ -220,159 +220,25 @@