Skip to content

Commit

Permalink
test linux workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Jul 22, 2024
1 parent f3cf3e7 commit e525cb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-cice_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
- name: system info
shell: /bin/bash {0}
run: |
conda activate cice
type wget
type curl
type csh
Expand All @@ -56,7 +57,7 @@ jobs:
echo "MINICOND: ${{ matrix.minicond }}"
- name: make test directories
run: |
mkdir -p cice-dirs/runs cice-dirs/baseline cice-dirs/input
mkdir -p "$HOME/cice-dirs/runs" "$HOME/cice-dirs/baseline" "$HOME/cice-dirs/input"
- name: check for tabs
run: |
cd /cice/cicecore
Expand Down

0 comments on commit e525cb1

Please sign in to comment.