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 06e416a
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 @@ -10,11 +10,11 @@ jobs:
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 06e416a

Please sign in to comment.