Skip to content

Commit

Permalink
Update tempbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1uk authored Feb 7, 2024
1 parent b0566c2 commit b3b11ab
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/tempbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ jobs:
sudo dpkg-query -Wf '${Installed-Size}\t${Package}\n' | sort -nr | head
df . -h
sudo du / -hx -d 4 --threshold=1G | sort -hr | head
- name: checkout
- uses: actions/checkout@v2

##################
Expand All @@ -85,8 +86,10 @@ jobs:
# entrypoint: /bin/bash
# args: -c "echo `pwd` && ln -s /ToolAnalysis/ToolDAQ $PWD/ToolDAQ && ls -l && ls -l ./ToolDAQ && source ./Setup.sh && make clean && make && ./Analyse"

##################

- name: build and test
- uses: addnab/docker-run-action@v3
uses: addnab/docker-run-action@v3
with:
image: anniesoft/toolanalysis:latest
options: -v ${{ github.workspace }}:/ToolAnalysis
Expand Down

0 comments on commit b3b11ab

Please sign in to comment.