Bump pymongo from 3.6.1 to 4.6.3 in /demos/fuzzing/docker #100
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: | |
[push] | |
#push: | |
#branches: [ master ] | |
#pull_request: | |
#branches: [ master ] | |
jobs: | |
build: | |
runs-on: self-hosted | |
timeout-minutes: 360000 #(100 hours) | |
steps: | |
# this needs the latest git!! (version 2.28) | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: 5 | |
- name: SPEC CPU Benchmark | |
run: bash integration/runner.sh | |
# upload results to github in case they get lost | |
#- name: Upload results | |
#uses: actions/upload-artifact@v2 | |
#with: | |
#name: result | |
#path: ~/result |