Skip to content

Commit

Permalink
Play around with navigating the file system within the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
cpondoc committed Oct 31, 2023
1 parent ba30272 commit 70681db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ jobs:
with:
python-version: '3.9'
- run: python -c "import sys; print(sys.version)"
- run: cd ${{ github.workspace }}
- run: ls
- run: cd wildfire_evac

0 comments on commit 70681db

Please sign in to comment.