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

Support matrix #465

Open
marocchino opened this issue Feb 15, 2023 · 1 comment · May be fixed by #466
Open

Support matrix #465

marocchino opened this issue Feb 15, 2023 · 1 comment · May be fixed by #466

Comments

@marocchino
Copy link

marocchino commented Feb 15, 2023

#21 is closed, but still not found issue happen on matrix.

Run haya14busa/action-workflow_run-status@v1
  with:
    github_token: ***
    requested_as_pending: true
  env:
    ...
    CI_NODE_TOTAL: 4
    PARALLEL_STEPS: 1
    CI_NODE_GROUP: 4
Warning: The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Error: job not found: System-Test

Screenshot 2023-02-15 at 15 26 51

I think we need some option for matrix like:

jobs:
  post-test-success:
    runs-on: ubuntu-latest
    steps:
      - uses: haya14busa/action-workflow_run-status@v1
        with:
          matrix: ${{ matrix.node_group }}
      - uses: actions/checkout@v2
@marocchino
Copy link
Author

I found pr for this. #153 but no action untill now.

@marocchino marocchino linked a pull request Feb 15, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant