Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Sep 28, 2024
1 parent d86494e commit 4e23e13
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/daos_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,10 @@ jobs:
- name: Run the daos_dtx tests (2/2)
working-directory: pmdk/src/test
env:
PATH: ${{ env.DAOS_PATH }}/bin
PMEMOBJ_CONF: sds.at_create=0
run: ./RUNTESTS.sh daos_dtx
run: |
export PATH=${{ env.DAOS_PATH }}/bin:$PATH
./RUNTESTS.sh daos_dtx
- name: Upload test results as artifact
if: failure()
Expand Down

0 comments on commit 4e23e13

Please sign in to comment.