Skip to content

Upgrade telegram to version 5.12.1 #11

Upgrade telegram to version 5.12.1

Upgrade telegram to version 5.12.1 #11

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test-powershell:
name: Test WindowsPowerShell
runs-on: windows-latest
steps:
- name: Setup Scoop
uses: MinoruSekine/setup-scoop@v4
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install xn bucket
shell: powershell
run: scoop bucket add xn https://github.com/Pengxn/xn
- name: Check Version and Test
shell: powershell
run: |
.\bin\Check-Version.ps1
.\test\Install-Test.ps1
test-pwsh:
name: Test PowerShell Core
runs-on: windows-latest
steps:
- name: Setup Scoop
uses: MinoruSekine/setup-scoop@v4
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 2
- name: Install xn bucket
shell: powershell
run: scoop bucket add xn https://github.com/Pengxn/xn
- name: Check Version and Test
shell: pwsh
run: |
.\bin\Check-Version.ps1
.\test\Install-Test.ps1