Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
q71114 committed Jul 26, 2024
1 parent 30ea1af commit abeb2ea
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/check-tests-after-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,19 @@ name: "[Check] Run tests after push"
on:
push:
branches: '**'

pull_request:
types: [opened, reopened, edited]
jobs:
integration-tests:
runs-on: windows-2022
if: ${{ always() && !github.event.comment.body }}
steps:
- run: |
Write-Host "Integration tests"
Write-Host "Integration test"
nightly-ui-tests:
runs-on: windows-2022
if: ${{ always() && contains(github.event.pull_request.body, '- [x] Run automated nightly tests') }}
steps:
- run: |
Write-Host "Nightly tests"
Write-Host "Nightly test"

0 comments on commit abeb2ea

Please sign in to comment.