diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index f4d59d8..3590d08 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -8,6 +8,9 @@ jobs: name: Run tests steps: - uses: actions/checkout@v3 + + - name: local files + run: ls -al - name: Set up Python uses: actions/setup-python@v4.6.0 diff --git a/.gitignore b/.gitignore index 688025e..fbd6c23 100644 --- a/.gitignore +++ b/.gitignore @@ -214,6 +214,9 @@ dmypy.json *.tfstate *.tfstate.* +# plan files +*-plan.out + # Crash log files crash.log crash.*.log