diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42de3f2..9e3dcc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,9 +86,10 @@ jobs: cmd.exe /c "powershell -NoProfile -ExecutionPolicy unrestricted -Command `"[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; &([scriptblock]::Create((Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/metacall/install/master/install.ps1')))`"" - name: Start Faas Server + shell: bash run: | - npm run start % - timeout /t 30 + npm start & + - name: Run Integration Tests shell: bash