Skip to content

Commit

Permalink
fix: testing version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
natluri authored Mar 14, 2023
1 parent 0dc1227 commit d32381f
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/secureliCI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,27 +13,27 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Validate Branch name
run: ./scripts/get-current-branch.sh
- name: Set up Python 3.9
id: setup-python
uses: actions/setup-python@v3
with:
python-version: "3.9"
- name: Set Up Project
run: |
pip install poetry
poetry install
- name: Run Tests
run: |
poetry run poe precommit
poetry run poe coverage
poetry run secureli yeti
- name: Python Semantic Release
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: relekang/python-semantic-release@master
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Validate Branch name
run: ./scripts/get-current-branch.sh
- name: Set up Python 3.9
id: setup-python
uses: actions/setup-python@v3
with:
python-version: "3.9"
- name: Set Up Project
run: |
pip install poetry
poetry install
- name: Run Tests
run: |
poetry run poe precommit
poetry run poe coverage
poetry run secureli yeti
- name: Python Semantic Release
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
uses: relekang/python-semantic-release@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d32381f

Please sign in to comment.