Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Sep 26, 2024
1 parent c14f37a commit e5b2ddd
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/daos_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,20 +91,8 @@ jobs:
# path: ${{ env.DAOS_PATH }}
# key: opt_daos

- name: Restore ${{ env.DAOS_PATH }} from cache
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ${{ env.DAOS_PATH }}
key: opt_daos

- name: Tree ${{ env.DAOS_PATH }}
working-directory: ${{ env.DAOS_PATH }}
run: |
sudo apt-get install tree
tree
- name: Install PMDK's dependencies
run: sudo apt-get install libndctl-dev
run: sudo apt-get install libndctl-dev libdaxctl-dev

- name: Build PMDK
working-directory: pmdk
Expand All @@ -120,6 +108,18 @@ jobs:
echo
done
- name: Restore ${{ env.DAOS_PATH }} from cache
uses: actions/cache/restore@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ${{ env.DAOS_PATH }}
key: opt_daos

- name: Tree ${{ env.DAOS_PATH }}
working-directory: ${{ env.DAOS_PATH }}
run: |
sudo apt-get install tree
tree
- name: Run the daos_dtx tests
working-directory: pmdk/src/test
run: |
Expand Down

0 comments on commit e5b2ddd

Please sign in to comment.