Skip to content

Release 1.6.0 - Add RTLVersion in to TDelphiVersion within the genera… #29

Release 1.6.0 - Add RTLVersion in to TDelphiVersion within the genera…

Release 1.6.0 - Add RTLVersion in to TDelphiVersion within the genera… #29

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- "**"
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-slim
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Pester and PSScriptAnalyzer
run: |
pwsh -Command "Install-Module Pester -MinimumVersion 5.7.0 -Force -Scope CurrentUser"
pwsh -Command "Install-Module PSScriptAnalyzer -Force -Scope CurrentUser"
- name: Run tests
run: pwsh tests/run-tests.ps1