Skip to content

Commit

Permalink
Require full e2e run on flow change
Browse files Browse the repository at this point in the history
  • Loading branch information
akiselev1 committed Nov 9, 2023
1 parent 230c582 commit 915cfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
files=`git diff --name-only origin/main`
echo "diff files: $files"
pyfiles="conftest.py config.py configtestdata.py utils.py exec.py macros.py"
pyfiles="conftest.py config.py configtestdata.py utils.py exec.py macros.py e2e.yaml"
mode=""
tests=()
for f in ${files}; do
Expand Down

0 comments on commit 915cfad

Please sign in to comment.