Skip to content

Commit

Permalink
fix CI fuzz tests4
Browse files Browse the repository at this point in the history
  • Loading branch information
GrosQuildu committed Feb 19, 2020
1 parent 7e193e9 commit 6e656ce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,9 @@ jobs:
- name: Test fuzzers
run: |
echo core | sudo tee /proc/sys/kernel/core_pattern
docker image ls
docker images ls
docker container ls
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login --username ${{ secrets.DOCKER_USERNAME }} --password-stdin docker.pkg.github.com
docker run trailofbits/deepstate/deepstate sh -c 'sudo pip3 install nose && nosetests tests/test_fuzzers.py'
docker logout docker.pkg.github.com

0 comments on commit 6e656ce

Please sign in to comment.