Skip to content

Commit

Permalink
try adding back in working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gschoeni committed Dec 17, 2024
1 parent 448e233 commit 9a0fff7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
jobs:
test:
runs-on: ubuntu-latest
defaults:
run:
working-directory: $GITHUB_WORKSPACE/oxen

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

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

0 comments on commit 9a0fff7

Please sign in to comment.