mirror of
https://github.com/nwchemgit/nwchem.git
synced 2026-07-21 14:35:21 -04:00
move cleanup after code checkout
This commit is contained in:
parent
d2307966fb
commit
bf6f4591f4
1 changed files with 6 additions and 6 deletions
12
.github/workflows/check_64_to_32.yml
vendored
12
.github/workflows/check_64_to_32.yml
vendored
|
|
@ -18,17 +18,17 @@ jobs:
|
|||
(!contains(github.event.head_commit.message, 'ci skip'))
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: pkg cleanup
|
||||
run: |
|
||||
ls -lrt
|
||||
ls -lrt || true
|
||||
./travis/pkg_cleanup.sh
|
||||
shell: bash
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
show-progress:
|
||||
fetch-depth: 1
|
||||
- name: pkg cleanup
|
||||
run: |
|
||||
ls -lrt
|
||||
ls -lrt travis || true
|
||||
./travis/pkg_cleanup.sh
|
||||
shell: bash
|
||||
- name: check
|
||||
run: |
|
||||
./travis/check_64_to_32.sh
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue