diff --git a/.github/workflows/browser-tests.yml b/.github/workflows/browser-tests.yml index 32aed686..4274dda9 100644 --- a/.github/workflows/browser-tests.yml +++ b/.github/workflows/browser-tests.yml @@ -43,7 +43,11 @@ jobs: run: npm install - name: Run tests - run: npm run test:browser -- -f plugin=${{ matrix.MIGRATE_VERSION }} + run: | + npm run pretest + npm run build:all + npm run test:unit -- -c jtr-local.yml \ + --headless -b ${{ matrix.BROWSER }} -f plugin=${{ matrix.MIGRATE_VERSION }} ie: runs-on: windows-latest diff --git a/jtr-local.yml b/jtr-local.yml index 9a7da180..e198c889 100644 --- a/jtr-local.yml +++ b/jtr-local.yml @@ -1,6 +1,6 @@ version: 1 -flags: +runs: jquery: - git - git.min