Skip to content

matrix build example? #17

Open
Open
@StevenACoffman

Description

@StevenACoffman

I have a multimodule private git repository:

repo
+-- go.work
+-- dir1
|      +-- go.mod
+-- dir2
       +-- go.mod

My test GitHub action workflow has a matrix strategy:

    strategy:
      matrix:
        workdir:
          - "./dir1"
          - "./dir2"

I'm not sure how to use this github action in that context. Any ideas?

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