Skip to content

chore(deps): bump docker/build-push-action from 6.7.0 to 6.9.0 #898

chore(deps): bump docker/build-push-action from 6.7.0 to 6.9.0

chore(deps): bump docker/build-push-action from 6.7.0 to 6.9.0 #898

Workflow file for this run

name: Default test
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: 16.x
- name: Install Helm
uses: azure/setup-helm@v4
with:
version: v3.11.0
- name: test
run: |
cd test
npm install
npm run test