Skip to content

Commit

Permalink
feat(docker): trigger docker multiarch build
Browse files Browse the repository at this point in the history
  • Loading branch information
missinglink committed Dec 1, 2023
1 parent 331130e commit 49df9a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/_integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
os:
- ${{ vars.UBUNTU_VERSION }}
node-version: [14.x, 16.x]
node-version: [16.x, 18.x, 20.x]
es-version: [7.6.1]
jdk-version: [oraclejdk11]
steps:
Expand All @@ -23,7 +23,6 @@ jobs:
run: ./scripts/setup_ci.sh
- name: Run integration tests
run: |
npm install -g npm
npm install
curl http://127.0.0.1:9200/
./bin/create_index
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
os:
- ${{ vars.UBUNTU_VERSION }}
node-version: [14.x, 16.x]
node-version: [16.x, 18.x, 20.x]
steps:
- uses: actions/checkout@v2
- name: Install node.js ${{ matrix.node-version }}
Expand All @@ -16,6 +16,5 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Run unit tests
run: |
npm install -g npm
npm install
npm run test
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2-beta
with:
node-version: 16.x
node-version: 20.x
- name: Run semantic-release
env:
GH_TOKEN: ${{ secrets.GH_SEMANTIC_RELEASE_TOKEN }}
Expand Down

0 comments on commit 49df9a7

Please sign in to comment.