mirror of
https://github.com/jambonz/sbc-sip-sidecar.git
synced 2025-12-19 04:27:46 +00:00
gh actions
This commit is contained in:
5
.github/workflows/npm-ci.yml
vendored
5
.github/workflows/npm-ci.yml
vendored
@@ -12,6 +12,11 @@ jobs:
|
|||||||
node-version: 20.x
|
node-version: 20.x
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run jslint
|
- run: npm run jslint
|
||||||
|
- name: Install Docker Compose
|
||||||
|
run: |
|
||||||
|
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
|
||||||
|
sudo chmod +x /usr/local/bin/docker-compose
|
||||||
|
docker-compose --version
|
||||||
- run: npm test
|
- run: npm test
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user