Skip to content

Commit

Permalink
running server outside docker
Browse files Browse the repository at this point in the history
  • Loading branch information
HeeManSu committed Dec 4, 2024
1 parent 0e19b95 commit b1ba0b4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,14 @@ jobs:
run: |
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
run: |
npm run start %
timeout /t 30
- name: Run Integration Tests
shell: bash
run: ./test/test.sh
run: |
chmod +x ./test/test.sh
./test/test.sh

0 comments on commit b1ba0b4

Please sign in to comment.