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

Update workflow #2

Merged
merged 2 commits into from
Dec 11, 2023
Merged

Update workflow #2

merged 2 commits into from
Dec 11, 2023

Conversation

avidit
Copy link
Contributor

@avidit avidit commented Dec 8, 2023

  • add workflow_dispatch event to manually trigger build workflow
  • add step to upload artifact
  • add workflow to publish test report

- add workflow_dispatch event to manually trigger workflow
- add step to publish test reporter
- add step to upload artifact
github-token: ${{ github.token }}
results-path: ${{ github.workspace }}/DSIronPython/TestResults/*.trx
- name: Upload build artifact
uses: actions/[email protected]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this also save PR builds? Do we want that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My intention for uploading package artifact to use it for testing so the retention is only 7 days. I think having artifact from a pr can also be useful for testing.

@avidit avidit merged commit e5ad676 into DynamoDS:master Dec 11, 2023
10 checks passed
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 this pull request may close these issues.

2 participants