Skip to content

Bump cryptography from 41.0.7 to 42.0.4 in /api #92

Bump cryptography from 41.0.7 to 42.0.4 in /api

Bump cryptography from 41.0.7 to 42.0.4 in /api #92

Workflow file for this run

name: Algorithm-Report
on:
push:
branches:
- master
jobs:
test-report:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: "Create report"
run: docker-compose build api && docker-compose run -u 0 api python src/tests/optimizer_test.py
- name: Archive results
uses: actions/upload-artifact@v2
with:
name: algorithm-report
path: api/test_report.png