okteto / movies

React + Node multi service application
Apache License 2.0
77 stars 156 forks source link

Add GitHub Actions workflow for running tests and update okteto.yml #118

Open jLopezbarb opened 1 week ago

jLopezbarb commented 1 week ago

This commit adds a new GitHub Actions workflow file, tests.yaml, which is triggered on pull requests to the main branch. The workflow sets up the development environment, checks out the code, sets environment variables, and runs tests using the okteto/test action. Additionally, the okteto.yml file is updated to include a new test configuration for the worker service, using the golang image and running a command to print environment variables related to GitHub.