Skip to content

[Check] Run tests after push #10

[Check] Run tests after push

[Check] Run tests after push #10

name: "[Check] Run tests after push"
on:
push:
branches: '**'
issue_comment:
types: [created, edited, deleted]
jobs:
integration-tests:
runs-on: windows-2022
if: ${{ always() && !github.event.comment.body }}
steps:
- run: |
Write-Host "Integration tests"
nightly-ui-tests:
runs-on: windows-2022
if: ${{ always() && github.event.issue.pull_request && contains(github.event.comment.body, '/run nightly tests') }}
steps:
- run: |
Write-Host "Nightly tests"