Skip to content

Is it possible to run molecule tests in a subdirectory of a repository? #9

@konstantin-kornienko

Description

@konstantin-kornienko

Tried this (looks like cmd.sh uses GITHUB_REPOSITORY env var) , but it doesn't work...

    steps:
      - name: Checkout Code
        uses: actions/checkout@v2
        with:
          path: "${{ github.repository }}"
      - name: Run Molecule
        uses: robertdebock/[email protected]
        env:
          max_failures: 1
          GITHUB_REPOSITORY: my/sub/dir

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions