Skip to content

Merge pull request #149 from spuxx1701/dependabot/npm_and_yarn/typesc… #116

Merge pull request #149 from spuxx1701/dependabot/npm_and_yarn/typesc…

Merge pull request #149 from spuxx1701/dependabot/npm_and_yarn/typesc… #116

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 }}