Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Aug 27, 2024
1 parent 4a0559a commit 20afef4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,13 @@ jobs:
python=3.11
conda-project
-c conda-forge
- name: Install conda-project
run: conda project install
- name: Run conda-project
run: |
conda project run >> logs.txt
sleep 5
cat logs.txt
- name: Check Panel app running
run: |
curl http://127.0.0.1:5000

0 comments on commit 20afef4

Please sign in to comment.