Skip to content

Commit

Permalink
check of dir and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RAHenriksen committed Nov 13, 2024
1 parent 69281c7 commit 101db11
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/bifrost_sp_ecoli_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,26 @@ jobs:
- name: Build docker image
run: |
docker build --build-arg BUILD_ENV=test -t ${{ github.event.repository.name }} .
- name: Inspect docker image
run: |
docker image inspect ${{ github.event.repository.name }}
- name: Get_tests_data
run: |
pwd
git clone https://github.com/ssi-dk/bifrost_test_data.git;
cd bifrost_test_data/samples;
bash download_S1.sh
- name: List files in test directory
run: |
ls -lh /home/runner/work/${{ github.event.repository.name }}
ls -lh /home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }}
pwd
- name: List all files recursively
run: |
find /home/runner/work/${{ github.event.repository.name }}/${{ github.event.repository.name }} -type f -exec ls -lh {} \;
- name: Run_tests
run: |
Expand Down

0 comments on commit 101db11

Please sign in to comment.