diff --git a/.gitea/workflows/demo.yml b/.gitea/workflows/demo.yml index 306d692..5455689 100644 --- a/.gitea/workflows/demo.yml +++ b/.gitea/workflows/demo.yml @@ -10,15 +10,18 @@ jobs: # container: # images: rockylinux/rockylinux:9 steps: - - name: Check out repository code - uses: actions/checkout@v4 - - name: Set up Python - uses: actions/setup-python@v5 - with: - python-version: '3.12' - - name: Set up molecule - run: pip install molecule - - name: Molecule test + - name: Check environment variables run: | - cd extensions - molecule test + env +# - name: Check out repository code +# uses: actions/checkout@v4 +# - name: Set up Python +# uses: actions/setup-python@v5 +# with: +# python-version: '3.12' +# - name: Set up molecule +# run: pip install molecule +# - name: Molecule test +# run: | +# cd extensions +# molecule test