Skip to content

Commit

Permalink
retry CI
Browse files Browse the repository at this point in the history
  • Loading branch information
radonnachie committed May 14, 2020
1 parent df769f1 commit 8fcab0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: docker pull $DOCKER_IMAGE
- run: docker run --rm -tv $(pwd):/src -e CI $DOCKER_IMAGE /src/${{ matrix.task}}/make
- run: docker run --rm -tv $(pwd):/src -e CI $DOCKER_IMAGE /src/${{ matrix.task}}/make run

vunit:
strategy:
Expand Down

0 comments on commit 8fcab0c

Please sign in to comment.