Skip to content

Commit

Permalink
trying to fix file paths in unit tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
gschoeni committed Dec 17, 2024
1 parent 9a0fff7 commit 112285a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
defaults:
run:
working-directory: $GITHUB_WORKSPACE/oxen
working-directory: ./oxen

steps:
- uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:

- name: Install oxen-server
run: |
sudo dpkg -i $GITHUB_WORKSPACE/oxen/oxen-server/oxen-server-ubuntu-22.04.deb
sudo dpkg -i ./oxen/oxen-server/oxen-server-ubuntu-22.04.deb
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 112285a

Please sign in to comment.