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 803a00b commit 84c0b37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ permissions:
contents: read

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

jobs:
build:
Expand All @@ -31,6 +30,7 @@ jobs:
- name: Testing
run: |
echo $GITHUB_WORKSPACE
export CLAW="$GITHUB_WORKSPACE/clawpack"
echo $CLAW
echo $TEST
Expand Down

0 comments on commit 84c0b37

Please sign in to comment.