Skip to content

Commit

Permalink
test: check folders
Browse files Browse the repository at this point in the history
  • Loading branch information
f-meister committed Sep 26, 2024
1 parent 8269020 commit 3a1d337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

- name: Check
if: ${{ github.ref == 'refs/heads/develop' }}
run: ls -la /home/runner/work/pharmaverse/pharmaverse && ls -la public
run: ls -la /home/runner/work/pharmaverse/pharmaverse/public

- name: Copy public to pharmaverse directory
if: ${{ github.ref == 'refs/heads/develop' }}
Expand Down

0 comments on commit 3a1d337

Please sign in to comment.