mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
install python
This commit is contained in:
@@ -15,10 +15,11 @@ jobs:
|
||||
|
||||
web:
|
||||
docker:
|
||||
- image: cimg/node:15.5.0
|
||||
- image: cimg/node:15.11.0
|
||||
steps:
|
||||
- checkout
|
||||
- run: node --version
|
||||
- run: apt-get install python2
|
||||
- run: cd web && yarn
|
||||
- run: cd web && yarn test
|
||||
- run: cd web && yarn build
|
||||
@@ -29,4 +30,4 @@ workflows:
|
||||
build:
|
||||
jobs:
|
||||
- machinery
|
||||
- web
|
||||
- web
|
||||
|
||||
Reference in New Issue
Block a user