Skip to content

Commit

Permalink
fix CI fuzz tests5
Browse files Browse the repository at this point in the history
  • Loading branch information
GrosQuildu committed Feb 19, 2020
1 parent 6e656ce commit eb7c9e6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,4 @@ 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
docker run docker.pkg.github.com/trailofbits/deepstate/deepstate sh -c 'sudo pip3 install nose && nosetests tests/test_fuzzers.py'

0 comments on commit eb7c9e6

Please sign in to comment.