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 1fa6e20 commit bc808aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-tests-after-push-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
if: ${{ contains(github.event.pull_request.body, '- [x] Run automated nightly tests') }}
steps:
- run: |
Write-Host "Nightly tests"
Write-Host "Nightly test"
2 changes: 1 addition & 1 deletion .github/workflows/check-tests-after-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
runs-on: windows-2022
steps:
- run: |
Write-Host "Integration tests"
Write-Host "Integration test"

0 comments on commit bc808aa

Please sign in to comment.