Rodja Trappe 2 anos atrás
pai
commit
e094125835
1 arquivos alterados com 3 adições e 1 exclusões
  1. 3 1
      .github/workflows/test.yml

+ 3 - 1
.github/workflows/test.yml

@@ -29,7 +29,7 @@ jobs:
         if: runner.os == 'Windows'
         if: runner.os == 'Windows'
         run: |
         run: |
           echo "C:\Program Files\Git\bin\bash.exe" > $GITHUB_PATH
           echo "C:\Program Files\Git\bin\bash.exe" > $GITHUB_PATH
-          shell: bash
+        shell: bash
       - name: set up Poetry
       - name: set up Poetry
         uses: abatilo/actions-poetry@v2.0.0
         uses: abatilo/actions-poetry@v2.0.0
         with:
         with:
@@ -44,10 +44,12 @@ jobs:
           pip install importlib-resources
           pip install importlib-resources
       - name: test startup
       - name: test startup
         run: ./test_startup.sh
         run: ./test_startup.sh
+        shell: bash
       - name: setup chromedriver
       - name: setup chromedriver
         uses: nanasess/setup-chromedriver@v1
         uses: nanasess/setup-chromedriver@v1
       - name: pytest
       - name: pytest
         run: pytest
         run: pytest
+        shell: bash
       - name: upload screenshots
       - name: upload screenshots
         uses: actions/upload-artifact@v2
         uses: actions/upload-artifact@v2
         env:
         env: