Skip to content

Commit

Permalink
Merge branch 'ci-install-pkg' of 'https://github.com/jjmerchante/grim…
Browse files Browse the repository at this point in the history
…oirelab-elk'

Merges #1133
Closes #1133
  • Loading branch information
sduenas authored Jan 30, 2024
2 parents 351001b + b1bc021 commit f241a99
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
run: |
curl -fsSL "http://localhost:9200/_cat/health?h=status"
- name: Install the package
run: |
PACKAGE=`(cd dist && ls *whl)` && echo $PACKAGE
poetry run pip install --pre ./dist/$PACKAGE
- name: Run Sortinghat Server
env:
SORTINGHAT_SECRET_KEY: "my-secret-key"
Expand All @@ -85,8 +90,6 @@ jobs:
- name: Test package
run: |
PACKAGE=`(cd dist && ls *whl)` && echo $PACKAGE
poetry run pip install --pre ./dist/$PACKAGE
cd tests && poetry run python run_tests.py
release:
Expand Down

0 comments on commit f241a99

Please sign in to comment.