Skip to content

Commit

Permalink
test-and-release without build
Browse files Browse the repository at this point in the history
  • Loading branch information
Bannsaenger committed Oct 7, 2022
1 parent a7442bc commit 4ffe4a1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: ioBroker/testing-action-check@v1
with:
node-version: '14.x'
node-version: '16.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
lint: true
Expand Down Expand Up @@ -66,9 +66,9 @@ jobs:
steps:
- uses: ioBroker/testing-action-deploy@v1
with:
node-version: '14.x'
node-version: '16.x'
# Uncomment the following line if your adapter cannot be installed using 'npm ci'
# install-command: 'npm install'
build: true
build: false
npm-token: ${{ secrets.NPM_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ There a two acepted commands:
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
* (Bannsaenger) test-and-release without build

### 0.6.1 (2022-10-07)
* (Bannsaenger) confusion with the release script

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"test": "npm run test:js && npm run test:package",
"lint": "eslint",
"translate": "translate-adapter",
"build": "build-adapter all",
"release": "release-script patch --all --verbose -p iobroker license",
"release-minor": "release-script minor --all --verbose -p iobroker license",
"release-major": "release-script major --all --verbose -p iobroker license"
Expand Down

0 comments on commit 4ffe4a1

Please sign in to comment.