Skip to content

Commit

Permalink
test-and-release.yml changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Steiger04 committed May 12, 2024
1 parent 1ac7b10 commit 4f46016
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4f46016

Please sign in to comment.