Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

39 not yet supported by geerlingguy.postgresql #16

Open
github-actions bot opened this issue Jun 27, 2024 · 0 comments
Open

39 not yet supported by geerlingguy.postgresql #16

github-actions bot opened this issue Jun 27, 2024 · 0 comments
Labels

Comments

@github-actions
Copy link

39 not yet supported by geerlingguy.postgresql

  • image: "fedora39"

# TODO 39 not yet supported by geerlingguy.postgresql

        with:
          path: "${{ github.repository }}"

      - name: disable apparmor for mysql
        run: sudo ln -s /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/

      - name: parse apparmor for mysql
        run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld

      - name: molecule
        uses: robertdebock/[email protected]
        with:
          image: ${{ matrix.config.image }}
          tag: ${{ matrix.config.tag }}
          scenario: default

  test_postgresql:
    needs:
      - lint
    runs-on: ubuntu-20.04
    strategy:
      fail-fast: false
      matrix:
        config:
          - image: "debian11"
          - image: "debian12"
          - image: "fedora38"
          # TODO 39 not yet supported by geerlingguy.postgresql
          # - image: "fedora39"
          - image: "ubuntu2204"
          - image: "rockylinux9"
    steps:
      - name: checkout
        uses: actions/checkout@v3
        with:
          path: "${{ github.repository }}"

      - name: molecule postgresql plugin scenario
        uses: gofrolist/molecule-action@v2
        with:
          molecule_command: test
          molecule_args: "--scenario-name postgresql"
        env:
          image: ${{ matrix.config.image }}
eleted file mode 100644
ndex a7ff098..0000000
++ /dev/null

cd5e31e6ec8c2cef1b9ecc4f34a05fb6563569d8

@github-actions github-actions bot added the todo label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants