Skip to content

Commit

Permalink
Update run_book_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sameagen-MW authored Jul 27, 2023
1 parent 3de47bf commit daa6fe2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/run_book_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
steps:
- name: Check out RVC3-MATLAB repository (for unit tests)
uses: actions/checkout@v3
- name: Start display server
run: |
sudo apt-get install xvfb
Xvfb :99 &
echo "DISPLAY=:99" >> $GITHUB_ENV
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
- name: Set up MATLAB
# This uses the latest release of MATLAB. Can specify "release" if needed.
Expand Down

0 comments on commit daa6fe2

Please sign in to comment.