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 d44a3de commit da5515a
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .github/workflows/test-cice_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,11 @@ jobs:
uses: ConorMacBride/install-package@v1
with:
apt: csh
- name: clone
- name: clone CICE
uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: log files
run: |
ls
ls $HOME
pwd
- name: install miniconda
- name: install conda environment
uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: "cice"
Expand All @@ -47,6 +42,7 @@ jobs:
shell: /bin/bash {0}
run: |
conda init && conda activate cice
conda env list
type wget
type curl
type csh
Expand All @@ -56,9 +52,9 @@ jobs:
echo "sw_vers: $(sw_vers)"
echo "HOME: $HOME"
echo "GITHUB_WORKSPACE: $GITHUB_WORKSPACE"
echo "OS: ${{ matrix.os }}"
echo "ENVDEF: ${{ matrix.envdef }}"
echo "MINICOND: ${{ matrix.minicond }}"
# echo "OS: ${{ matrix.os }}"
# echo "ENVDEF: ${{ matrix.envdef }}"
# echo "MINICOND: ${{ matrix.minicond }}"
- name: make test directories
run: |
ln -s ${GITHUB_WORKSPACE}/../CICE ${HOME}/cice
Expand Down

0 comments on commit da5515a

Please sign in to comment.