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 023510f commit b9ad090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-tests-after-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
if: ${{ always() && !github.event.comment.body }}
steps:
- run: |
Write-Host "Integration test"
Write-Host "Integration tests"
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 test"
Write-Host "Nightly tests"

0 comments on commit b9ad090

Please sign in to comment.