Skip to content

Commit

Permalink
Fixed conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
meetagrawal09 authored Dec 26, 2023
1 parent 2c12236 commit ba175e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run tests
run: |
for FILE in modules/data.atmosphere/inst/integrationTests/*; do
if [[ ! "$FILE" == *ERA5* ]]; then
if [ ! "$FILE" == *ERA5* ]; then
Rscript "$FILE"
else
echo "Skipping file : $FILE"
Expand Down

0 comments on commit ba175e1

Please sign in to comment.