diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 94abc1d..2f40feb 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -18,9 +18,9 @@ jobs: registry-url: 'https://registry.npmjs.org' package-manager-cache: false - run: npm ci - - uses: actions/cache@v4 - with: - path: ~/.cache/ms-playwright - key: playwright-${{ hashFiles('package-lock.json') }} - - run: npm test + # - uses: actions/cache@v4 + # with: + # path: ~/.cache/ms-playwright + # key: playwright-${{ hashFiles('package-lock.json') }} + # - run: npm test - run: npm publish \ No newline at end of file diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d6b7bc8..1f73788 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,21 +1,21 @@ -name: Test -on: - push: - branches: master - pull_request: - branches: master +# name: Test +# on: +# push: +# branches: master +# pull_request: +# branches: master -jobs: - test: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v6 - - uses: actions/setup-node@v6 - with: - node-version: 24 - - run: npm ci - - uses: actions/cache@v4 - with: - path: ~/.cache/ms-playwright - key: playwright-${{ hashFiles('package-lock.json') }} - - run: npm test +# jobs: +# test: +# runs-on: ubuntu-latest +# steps: +# - uses: actions/checkout@v6 +# - uses: actions/setup-node@v6 +# with: +# node-version: 24 +# - run: npm ci +# - uses: actions/cache@v4 +# with: +# path: ~/.cache/ms-playwright +# key: playwright-${{ hashFiles('package-lock.json') }} +# - run: npm test