Skip to content

Commit

Permalink
added download for mockery
Browse files Browse the repository at this point in the history
  • Loading branch information
meetagrawal09 committed Sep 14, 2023
1 parent 07e3cec commit 7e11c97
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v3

- name: Install mockery
run: |
Rscript -e "install.packages('mockery', repos='https://ftp.belnet.be/mirror/CRAN')"
- name: Run tests
run: |
Expand Down

0 comments on commit 7e11c97

Please sign in to comment.