Skip to content

Commit

Permalink
fixed start server step
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeManSu committed Dec 4, 2024
1 parent dd9409f commit a525652
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a525652

Please sign in to comment.