diff --git a/.circleci/config.yml b/.circleci/config.yml index f1f6223..ae47a2f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,4 +12,5 @@ jobs: steps: # Commands are run in a Windows virtual machine environment - checkout - - run: Write-Host 'Hello, Windows' \ No newline at end of file + - run: Write-Host 'Hello WORLD !' + \ No newline at end of file