diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 405d8b6..e2771c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,6 +64,11 @@ jobs: ape-install - name: Download APEs uses: actions/download-artifact@v3 + - name: CMD.exe + if: ${{ matrix.os == 'windows-latest' }} + shell: cmd + run: | + hermit/cowsay.hermit.com hello - name: Test APEs shell: bash run: |