diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index c01122c..e7c80af 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -92,7 +92,7 @@ jobs: poetry install pip install robotframework==${{ matrix.robot-version }} - name: Start the test server in the background - uses: JarvusInnovations/background-action@v1.0.7 + uses: JarvusInnovations/background-action@v2.0.0 with: run: | inv start-api &