diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ea83eeb..f42cc03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -30,7 +30,7 @@ jobs: - name: Run development server if: ${{ !contains(github.ref, 'mod-wsgi-standalone') }} - uses: JarvusInnovations/background-action@v1.0.7 + uses: JarvusInnovations/background-action@v2.0.0 with: run: make server & wait-on: http://127.0.0.1:8000 @@ -38,7 +38,7 @@ jobs: - name: Run wsgi server if: ${{ contains(github.ref, 'mod-wsgi-standalone') }} - uses: JarvusInnovations/background-action@v1.0.7 + uses: JarvusInnovations/background-action@v2.0.0 with: run: make wsgi-server & wait-on: http://127.0.0.1:8000