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

Add e2e yml for github actions #195

Merged

Conversation

itsmekumari
Copy link
Contributor

Add e2e yml for github actions


steps:
# Pinned 1.0.0 version
- uses: haya14busa/action-workflow_run-status@967ed83efa565c257675ed70cfe5231f062ddd94
Copy link
Member

@itsankit-google itsankit-google Nov 16, 2023

Choose a reason for hiding this comment

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

use marocchino/action-workflow_run-status@54b6e87d6cb552fc5f36dbe9a722a6048725917a to avoid node 12 warnings which is deprecated.

Copy link
Member

Choose a reason for hiding this comment

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

Please update this workflow as well:

- uses: haya14busa/action-workflow_run-status@967ed83efa565c257675ed70cfe5231f062ddd94

Copy link
Contributor Author

Choose a reason for hiding this comment

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

change done, as suggested.

@@ -29,7 +29,7 @@ jobs:

steps:
# Pinned 1.0.0 version
- uses: haya14busa/action-workflow_run-status@967ed83efa565c257675ed70cfe5231f062ddd94
- uses: marocchino/action-workflow_run-status@54b6e87d6cb552fc5f36dbe9a722a6048725917a
- uses: actions/checkout@v3
with:
ref: ${{ github.event.workflow_run.head_branch }}
Copy link
Member

Choose a reason for hiding this comment

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

Although unrelated to this PR, this should be sha instead of branch. Please fix.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated the change

Copy link
Member

@itsankit-google itsankit-google left a comment

Choose a reason for hiding this comment

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

Please squash commits before merge.

@itsmekumari
Copy link
Contributor Author

Please squash commits before merge.

Squash commits done.

@itsankit-google itsankit-google merged commit e6fe00e into data-integrations:develop Nov 16, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants