Skip to content

Commit

Permalink
added step : install packages
Browse files Browse the repository at this point in the history
Co-authored-by: Rohan Sasne <[email protected]>
  • Loading branch information
meetagrawal09 and allgandalf authored Sep 10, 2023
1 parent d3ca89b commit b41e35f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Install Packages
run: make -j1 install

- name: Run tests
run: |
for FILE in modules/data.atmosphere/inst/integrationTests/*; do
Expand Down

0 comments on commit b41e35f

Please sign in to comment.