remove baseUrl cypress config

This commit is contained in:
Ruben Fiszel
2022-07-03 03:32:31 +02:00
parent b4107fb85e
commit f549c698c6
-1
View File
@@ -108,7 +108,6 @@ jobs:
uses: cypress-io/github-action@v4
with:
working-directory: ./frontend
config: baseUrl=http://localhost:8000
- name: "Clean up"
run: docker kill ${{ steps.docker-container.outputs.id }}
if: always()