Skip to content

Commit

Permalink
Update integration-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meetagrawal09 authored Dec 26, 2023
1 parent 19557e8 commit 881c8ff
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 881c8ff

Please sign in to comment.