Skip to content

Merge pull request #3 from psrenergy/feature/abstract_collection #15

Merge pull request #3 from psrenergy/feature/abstract_collection

Merge pull request #3 from psrenergy/feature/abstract_collection #15

Workflow file for this run

name: CI
on:
push:
branches: [master]
pull_request:
types: [opened, synchronize, reopened]
concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
jobs:
test-windows:
name: Test Windows
runs-on: self-hosted
steps:
- name: Initialize instance
run: |
Remove-Item -Path '${{ github.workspace }}\*' -Force -Recurse
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test
run: |
.\test\test.bat