Skip to content

Commit

Permalink
ci: Update triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 4, 2023
1 parent 849725c commit 8dbb3ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
with:
name: ".secrets/config.json"
json: ${{ secrets.CONFIG_JSON }}
- name: Upload config.json
uses: actions/upload-artifact@v2
with:
name: config.json
path: .secrets/config.json
- name: Test with pytest
run: |
poetry run pytest

0 comments on commit 8dbb3ed

Please sign in to comment.