Skip to content

Commit

Permalink
update locations once
Browse files Browse the repository at this point in the history
  • Loading branch information
philtweir committed Nov 16, 2023
1 parent 5aefc9b commit 18b6403
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,20 @@ jobs:
python-version: '3.10'
- name: Set up Arches project
run: |
cp Makefile ..
cd ..
ls -ltr
mkdir __ci
cd __ci
cp ../Makefile .
make create ARCHES_PROJECT=testproject
- name: Check build
run: |
cd ..
ls -ltr
cd __ci/testproject
make build
- name: Check run
run: |
cd ..
ls -ltr
cd __ci/testproject
make run &
sleep 20
make down

0 comments on commit 18b6403

Please sign in to comment.