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

New workflows #1261

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

New workflows #1261

wants to merge 2 commits into from

Conversation

FreeMason9224
Copy link

This pull request introduces two new GitHub Actions workflows for continuous integration and deployment. The changes include setting up a workflow to build and deploy a Docker container to Google Cloud Run and another workflow to run tests on multiple Node.js versions and operating systems.

New Workflows:

  • Build and Deploy to Cloud Run:

    • Added a workflow to build and push a Docker container to Google Artifact Registry and deploy it to Cloud Run when a commit is pushed to the "main" branch. (.github/workflows/google-cloudrun-docker.yml)
  • Test on Multiple Environments:

    • Added a workflow to run tests on Node.js versions 18.x and 20.x across Ubuntu, Windows, and macOS environments. (.github/workflows/main.yml)

@FreeMason9224 FreeMason9224 requested a review from a team as a code owner October 2, 2024 18:00
@FreeMason9224 FreeMason9224 changed the title Create Google-cloudrun. New workflows Oct 2, 2024
Copy link
Author

@FreeMason9224 FreeMason9224 left a comment

Choose a reason for hiding this comment

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

continuous integration and deployment:

Build and Deploy to Cloud Run: Adds a workflow to build and push a Docker container to Google Artifact Registry and deploy it to Cloud Run on commits to the "main" branch. (.github/workflows/google-cloudrun-docker.yml)

Test on Multiple Environments: Adds a workflow to run tests on Node.js versions 18.x and 20.x across Ubuntu, Windows, and macOS environments. (.github/workflows/main.yml)

@FreeMason9224 FreeMason9224 marked this pull request as draft October 2, 2024 18:14
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.

1 participant