Skip to content

Update edgetest python version #141

Update edgetest python version

Update edgetest python version #141

Workflow file for this run

# This workflow runs edgetest on locopy @ 17:20 UTC Fridays.
# https://github.com/fdosani/run-edgetest-action
name: Run edgetest
on:
pull_request:
types:
- opened
- edited
- synchronize
schedule:
- cron: '35 17 * * 5'
workflow_dispatch:
jobs:
edgetest:
runs-on: ubuntu-latest
name: running edgetest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
ref: develop
- name: Copy files for locopy
id: copy-files
run: |
cp tests/data/.locopyrc ~/.locopyrc
cp tests/data/.locopy-sfrc ~/.locopy-sfrc
- id: run-edgetest
uses: edgetest-dev/[email protected]
with:
edgetest-flags: '-c pyproject.toml --export'
base-branch: 'develop'
skip-pr: 'false'
python-version: '3.10'