Skip to content

Commit

Permalink
cleaned up
Browse files Browse the repository at this point in the history
  • Loading branch information
Madu86 committed Feb 28, 2021
1 parent f33ec65 commit c0cd590
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@ jobs:
with:
name: mpi-tests
path: /home/runner/work/QUICK/QUICK/install/test/runs/mpi
- uses: actions/download-artifact@v2
with:
name: mpi-tests
- name: Display structure of artifacts
run: ls -R

5 changes: 0 additions & 5 deletions .github/workflows/serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,4 @@ jobs:
with:
name: serial-tests
path: /home/runner/work/QUICK/QUICK/install/test/runs/serial
- uses: actions/download-artifact@v2
with:
name: serial-tests
- name: Display structure of artifacts
run: ls -R

0 comments on commit c0cd590

Please sign in to comment.