Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 11, 2024
1 parent 3a065ef commit e4abcc2
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .github/workflows/notify-new-contribution-agreement.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,18 @@ jobs:
with:
fetch-depth: 2 # get current and previous commit

- name: 🐍 Set up Python ${{ env.PYTHON_VERSION }} Environment
uses: ocadotechnology/codeforlife-workspace/.github/actions/python/setup-environment@main
with:
checkout: 'false'
python-version: ${{ env.PYTHON_VERSION }}
working-directory: ${{ env.WORKING_DIR }}
- name: Test
run: echo "test $(git --no-pager diff HEAD~1:CONTRIBUTING.md CONTRIBUTING.md)"

# - name: 🐍 Set up Python ${{ env.PYTHON_VERSION }} Environment
# uses: ocadotechnology/codeforlife-workspace/.github/actions/python/setup-environment@main
# with:
# checkout: 'false'
# python-version: ${{ env.PYTHON_VERSION }}
# working-directory: ${{ env.WORKING_DIR }}

- name: πŸƒ Run Script
working-directory: ${{ env.WORKING_DIR }}
run: pipenv run python .
env:
AUTH: ${{ secrets.DOTDIGITAL_API_USER_AUTH }}
# - name: πŸƒ Run Script
# working-directory: ${{ env.WORKING_DIR }}
# run: pipenv run python .
# env:
# AUTH: ${{ secrets.DOTDIGITAL_API_USER_AUTH }}

0 comments on commit e4abcc2

Please sign in to comment.