Skip to content

chore(deps): bump mikepenz/action-junit-report from 6.3.1 to 6.4.0 #1714

chore(deps): bump mikepenz/action-junit-report from 6.3.1 to 6.4.0

chore(deps): bump mikepenz/action-junit-report from 6.3.1 to 6.4.0 #1714

Workflow file for this run

name: Default test
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Use Node.js
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
with:
node-version: 24
- name: Install Helm
uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
with:
version: v3.11.0
- name: test
run: |
cd test
npm install
npm run test