Skip to content

Commit

Permalink
ci: tests for new cli only cover get, for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pgierz committed Oct 19, 2024
1 parent ed16541 commit 2decb7f
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/new-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,13 @@ jobs:

steps:
- uses: actions/checkout@v2

- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

- name: Add to the path
run: |
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Install esm-tools
run: |
./install.sh
Expand All @@ -32,11 +29,7 @@ jobs:
- name: Basic help
run:
esm-tools --help

- name: New get FESOM-2.5
run:
esm-tools get fesom-2.5
- name: New comp FESOM-2.5
run:
esm-tools comp fesom-2.5

0 comments on commit 2decb7f

Please sign in to comment.