This commit is contained in:
Wilson Freitas
2024-02-17 10:09:28 -03:00
parent 05bed8058b
commit f6abd941de
+1
View File
@@ -22,6 +22,7 @@ jobs:
poetry install
- name: Run tests
run: |
export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}
poetry run python parse.py
# - uses: r-lib/actions/setup-r@v2
# with: