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 6be59b2 commit 216856b
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:
runs-on: windows-2022
steps:
- run: |
Write-Host "Integration Tests"
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"
Write-Host "Nightly tests"

0 comments on commit 216856b

Please sign in to comment.