Skip to content

Commit

Permalink
Update Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanJField committed Dec 2, 2024
1 parent c963924 commit cd9e558
Showing 1 changed file with 23 additions and 4 deletions.
27 changes: 23 additions & 4 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,29 @@ jobs:
pkgdown
remotes
- name: Install local registry
run: /bin/bash -c "$(curl -fsSL https://data.scrc.uk/static/localregistry.sh)"
- name: Start registry
run: $HOME/.fair/registry/scripts/start_fair_registry
- name: Checkout FAIRDataPipeline/FAIR-CLI
uses: actions/checkout@v4
with:
repository: FAIRDataPipeline/FAIR-CLI
path: FAIR-CLI
- name: Move FAIR-CLI
run: mv FAIR-CLI ../FAIR-CLI
- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true

- name: Install and initialise FAIR CLI
run: |
cd ../FAIR-CLI
poetry install
source $VENV
cd '${{ github.workspace }}'
fair registry install --version main
fair init --ci
fair registry start
shell: bash

- name: Query dependencies
run: |
Expand Down

0 comments on commit cd9e558

Please sign in to comment.