Skip to content

Bump Microsoft.PowerShell.SDK from 7.3.4 to 7.3.5 #588

Bump Microsoft.PowerShell.SDK from 7.3.4 to 7.3.5

Bump Microsoft.PowerShell.SDK from 7.3.4 to 7.3.5 #588

Workflow file for this run

name: "Emacs"
on:
push:
branches: [ main ]
tags: [ v* ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
paths-ignore: [ '**/*.md' ]
jobs:
test:
name: Test via Eglot
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dotnet
uses: actions/setup-dotnet@v3
- name: Build PSES
shell: pwsh
run: tools/azurePipelinesBuild.ps1
- name: Install Emacs
uses: purcell/setup-emacs@master
with:
version: '28.2'
- name: Run ERT
run: |
emacs -Q --batch -f package-refresh-contents --eval "(package-install 'eglot)"
emacs -Q --batch -l test/emacs-test.el -f ert-run-tests-batch-and-exit