Skip to content

Commit

Permalink
another test
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelforget committed Feb 22, 2025
1 parent efc9a2c commit c3f5cd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@v1
- run: julia -e 'println("x1")'
- run: julia -e 'println(pwd())
println(readdir(pwd()))
write(".netrc_fake","aa\nbb")
- run: julia -e 'println(pwd());
println(readdir(pwd()));
write(".netrc_fake","aa\nbb");
'
env:
EARTHDATA_PASSWORD: ${{ secrets.EARTHDATA_PASSWORD }}
Expand Down

0 comments on commit c3f5cd8

Please sign in to comment.