diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f7c036f..0d838ca 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -46,7 +46,7 @@ jobs: with: python-version: '3.10' cache: 'pip' # caching pip dependencies - - name: Ensure requirements are installed + - name: Ensure requirements are installed run: pip install -r requirements.txt - name: Run Molecule tests. run: molecule test @@ -59,19 +59,19 @@ jobs: needs: - lint steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 - with: - go-version: '1.22' - - run: | - echo "github repo: ${GITHUB_REPOSITORY}" - echo "env vars: $(env)" - - uses: go-semantic-release/action@v1 - with: - custom-arguments: --provider=gitea - env: - GITEA_TOKEN: ${{ secrets.G_TOKEN }} - GITEA_HOST: ${{ secrets.G_SERVER_URL}} + - uses: actions/checkout@v4 + - uses: actions/setup-go@v5 + with: + go-version: '1.22' + - run: | + echo "github repo: ${GITHUB_REPOSITORY}" + echo "env vars: $(env)" + - uses: go-semantic-release/action@v1 + with: + custom-arguments: --provider=gitea + env: + GITEA_TOKEN: ${{ secrets.G_TOKEN }} + GITEA_HOST: ${{ secrets.G_SERVER_URL}} notify: runs-on: ubuntu-latest needs: diff --git a/molecule/default/molecule.yml b/molecule/default/molecule.yml index c539fb6..41147f8 100644 --- a/molecule/default/molecule.yml +++ b/molecule/default/molecule.yml @@ -16,4 +16,3 @@ provisioner: name: ansible env: MOLECULE_NO_LOG: true -