Skip to content

test: Add e2e test workflow #1

test: Add e2e test workflow

test: Add e2e test workflow #1

Workflow file for this run

name: E2E Automatic Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-and-test:
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Use Node.js 20.11.0
uses: actions/[email protected]
with:
node-version: 20.11.0
- name: Install dependencies
run: npm ci
- name: Build UI5 Linter
run: npm run build
- name: Run tests against sample project
run: cd test/fixtures/linter/projects/com.ui5.troublesome.app && ui5lint --format=json