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

Feature module dependencies #56

Merged

Conversation

LaurentDardenne
Copy link
Collaborator

Add support for the modules dependencies.

Refactoring and bug fixes around managing multiple repositories.

See the details : #55

Adding additional tests.
Adding dependent module use cases.
Remove unused workflows.
Refactoring and bug fixes around managing multiple repositories.
Close potatoqualitee#54, Close potatoqualitee#51, Close potatoqualitee#50, Close potatoqualitee#47, Close potatoqualitee#45, Close potatoqualitee#48
@LaurentDardenne
Copy link
Collaborator Author

For the 'test-Workflow', now the Pester action execute this :

  test-Workflow:
    runs-on: windows-latest
    steps:
      - name: Run Github action 'MatrixCacheDemo'
        shell: powershell
        run: |
          $global:iswindows = $true
          $OwnerAndRepository ='${{ github.repository }}'

          Write-Host "Execute the workflow 'MatrixCacheDemo'."
          gh workflow run 'MatrixCacheDemo' --repo $OwnerAndRepository

        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Rights may be missing in the context of this PR
https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for-the-github_token

@LaurentDardenne
Copy link
Collaborator Author

For the Pester error under macOS, it seems to be internal to the runner:
image

A second execution does not cause any errors in the tests.

See too #51 (comment)

@LaurentDardenne LaurentDardenne merged commit b3b931a into potatoqualitee:main Nov 6, 2023
5 of 6 checks passed
@LaurentDardenne LaurentDardenne removed the request for review from potatoqualitee November 7, 2023 10:32
@LaurentDardenne LaurentDardenne added the enhancement New feature or request label Nov 7, 2023
@LaurentDardenne LaurentDardenne deleted the FeatureModuleDependencies branch February 21, 2024 12:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant