diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index 101e6a4..70a4681 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -20,17 +20,17 @@ concurrency: jobs: # Performs quick checks before the expensive test runs - check-and-lint: - if: contains(github.event.head_commit.message, '[skip ci]') == false + # check-and-lint: + # if: contains(github.event.head_commit.message, '[skip ci]') == false - runs-on: ubuntu-latest + # runs-on: ubuntu-latest - steps: - - uses: ioBroker/testing-action-check@v1 - with: - node-version: "18.x" # This should be LTS - type-checking: false - lint: false + # steps: + # - uses: ioBroker/testing-action-check@v1 + # with: + # node-version: "18.x" # This should be LTS + # type-checking: false + # lint: false # Runs adapter tests on all supported node versions and OSes @@ -54,7 +54,8 @@ jobs: # Deploys the final package to NPM deploy: - needs: [check-and-lint, adapter-tests] + # needs: [check-and-lint, adapter-tests] + needs: [adapter-tests] # Trigger this step only when a commit on any branch is tagged with a version number if: | diff --git a/README.md b/README.md index 421039e..00822bc 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,9 @@ Placeholder for next versions: ### __WORK IN PROGRESS__ --> +### __WORK IN PROGRESS__ +* (Steiger04) test-and-release.yml changed + ### 2.1.1 (2024-05-12) * (Steiger04) test-and-release.yml changed