Skip to content

Merge pull request #155 from spuxx1701/dependabot/npm_and_yarn/eslint… #118

Merge pull request #155 from spuxx1701/dependabot/npm_and_yarn/eslint…

Merge pull request #155 from spuxx1701/dependabot/npm_and_yarn/eslint… #118

Workflow file for this run

name: staging
on:
workflow_dispatch:
push:
branches:
- main
jobs:
lint:
uses: spuxx1701/ci-cd/.github/workflows/npm_lint.yml@v4.1.0
test:
uses: spuxx1701/ci-cd/.github/workflows/npm_test-playwright.yml@v4.1.0
release_image:
needs:
- lint
- test
uses: spuxx1701/ci-cd/.github/workflows/docker_release_image.yml@v4.1.0
secrets:
dockerhub_token: ${{ secrets.DOCKERHUB_TOKEN }}