Skip to content

build(deps): Bump mysql2 from 3.9.7 to 3.9.8 in /hackernews_scraper in the npm_and_yarn group across 1 directory #948

build(deps): Bump mysql2 from 3.9.7 to 3.9.8 in /hackernews_scraper in the npm_and_yarn group across 1 directory

build(deps): Bump mysql2 from 3.9.7 to 3.9.8 in /hackernews_scraper in the npm_and_yarn group across 1 directory #948

Workflow file for this run

name: CI/CD Pipeline
on:
push:
branches: [main, staging]
pull_request:
branches: [main]
jobs:
build-test-push:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build, Test, and Push All Components
run: make all
- name: Upload Go coverage report
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: backend/coverage.html