We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc33794 commit 0fb59e5Copy full SHA for 0fb59e5
.github/workflows/deploy.yml
@@ -21,7 +21,7 @@ jobs:
21
pip3 install requests ujson graphviz django psycopg2 pluggy py attrs six more-itertools ply pytest atomicwrites pycparser psycopg2 sympy pytz
22
- name: Deployment of CVV
23
run: |
24
- ./deploys/deployment.sh _test_
+ sudo ./deploys/deployment.sh _test_
25
./start.sh &
26
sleep 5
27
./stop.sh
0 commit comments