OpenElements / hedera-solo-action

A GitHub Action for setting up a Hedera Solo network
Apache License 2.0
0 stars 3 forks source link

Add github action that tests functionality for PRs #10

Open hendrikebbers opened 4 days ago

hendrikebbers commented 4 days ago

🆕🐥 First Timers Only

This issue is reserved for people who have never contributed to this project or any open source project in general. We know that creating a pull request (PR) is a major barrier for new contributors. The goal of this issue and all other issues labeled by 'good first issue' is to help you make your first contribution.

👾 Description of the issue

Today, we have some actions that can be triggered manually to check the functionality of the main branch. We need to refactor the actions or create new ones triggered at a PR to check that the PR changes will not destroy the functionality.

The current actions can be found here:

To solve the issue one or several actions need to be created that internally use the provided action of the repo and check the state after the execution. In the given actions we only echo information. Instead of that we need to check the output.

📋 Step by step guide to do a contribution

If you have never contributed to an open source project at GitHub, the following step-by-step guide will introduce you to the workflow. A more detailed general documentation of the GitHub PR workflow can be found here.

🎉 Contribute to Hacktoberfest

Solve this issue as part of the Hacktoberfest event and get a chance to receive cool goodies like a T-Shirt. 🎽

🤔 Additional informantion

If you have any questions, just ask us directly in this issue by adding a comment. You can join the Hedera community chat at Discord. A general manual about open-source contributions can be found here.

Firdous2307 commented 3 days ago

@hendrikebbers I would like to work on this

namay26 commented 1 day ago

@hendrikebbers I would like to work on this.