Skip to content

Commit

Permalink
test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gantian127 committed Feb 8, 2024
1 parent c9c1cb0 commit f4fde94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
echo "url: https://cds.climate.copernicus.eu/api/v2" >> .cdsapirc
echo key: $CDS_API_KEY >> .cdsapirc
cat .cdsapirc
mv .cdsapirc /home/runner/
mv .cdsapirc ~/
ls ~/
- name: Test
run: |
Expand Down

0 comments on commit f4fde94

Please sign in to comment.