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 27636fa commit ef046a8
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/daos_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@ jobs:
path: ${{ env.DAOS_PATH }}
key: opt_daos

- name: Upload ${{ env.DAOS_PATH }} as artifact
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
with:
name: opt_daos
path: ${{ env.DAOS_PATH }}
# - name: Upload ${{ env.DAOS_PATH }} as artifact
# uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
# with:
# name: opt_daos
# path: ${{ env.DAOS_PATH }}

# - name: Save ${{ env.DAOS_PATH }} as cache
# uses: actions/cache/save@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
Expand All @@ -116,17 +116,12 @@ jobs:
cat $testconfig
echo
done
# - 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: |
export PATH=${{ env.DAOS_PATH }}/bin:$PATH
export LD_LIBRARY_PATH=${{ env.DAOS_PATH }}/prereq/debug/ofi/lib:$LD_LIBRARY_PATH
./RUNTESTS.py daos_dtx
- name: Upload test results as artifact
Expand Down

0 comments on commit ef046a8

Please sign in to comment.