Skip to content

Modify Get-GitHubRepoInfoSnapshot and add tests for `Get-GitHubRepo… #203

Modify Get-GitHubRepoInfoSnapshot and add tests for `Get-GitHubRepo…

Modify Get-GitHubRepoInfoSnapshot and add tests for `Get-GitHubRepo… #203

name: APIs Tests on Windows
on:
push:
branches:
- main
- dev
jobs:
api-tests-on-windows:
runs-on: windows-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Test APIs
shell: pwsh
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_USER_NAME: ${{ secrets.GH_USER_NAME }}
GH_REPO_NAME: ${{ secrets.GH_REPO_NAME }}
run: ./Scripts/test_APIs.ps1