Skip to content

chore(docs): update of OEL images (#2421) #6934

chore(docs): update of OEL images (#2421)

chore(docs): update of OEL images (#2421) #6934

Workflow file for this run

name: Tests
on:
workflow_dispatch:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
test-build:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: "24.x"
cache: "npm"
- run: npm install
- name: Test Build
run: npm run build