diff --git a/.github/workflows/main_tetris-clone.yml b/.github/workflows/main_tetris-clone.yml index a62e633..c2cd5e6 100644 --- a/.github/workflows/main_tetris-clone.yml +++ b/.github/workflows/main_tetris-clone.yml @@ -61,6 +61,7 @@ jobs: slot-name: 'production' publish-profile: ${{ secrets.AzureAppService_PublishProfile_ba3d879df28c472d8865f0591c14832f }} - - name: 'Start web socket' + - name: 'Start virtual environment and web socket' run: | + python -m venv venv python main.py \ No newline at end of file