Skip to content

Commit

Permalink
Added with path .
Browse files Browse the repository at this point in the history
  • Loading branch information
jpcurbelo committed Sep 2, 2024
1 parent 0e08993 commit 80b4185
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go-rxr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
steps:
- name: Check out the code
uses: actions/checkout@v3
with:
path: .

- name: Print ROOT_DIR
run: echo "ROOT_DIR is $ROOT_DIR"
Expand All @@ -46,7 +48,7 @@ jobs:
- name: Install Reflectivity Package
run: |
python setup_reflectivity.py install
- name: Run tests
run: |
Expand Down

0 comments on commit 80b4185

Please sign in to comment.