Skip to content

Commit

Permalink
Modify testing action
Browse files Browse the repository at this point in the history
  • Loading branch information
mandli committed May 10, 2024
1 parent fd67ed5 commit 5664380
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
contents: read

env:
CLAW: ${{ github.workspace }}/clawpack
CLAW: ${{ github.workspace }}

jobs:
build:
Expand Down Expand Up @@ -48,7 +48,9 @@ jobs:
- name: Install clawpack
run: |
ls -l
cd $CLAW
ls -l
# cd $CLAW
# ls -l

Expand Down

0 comments on commit 5664380

Please sign in to comment.