Skip to content

Release issue in dev build, version history checking failing for miniconda image in the Build and Push dev workflow #752

Release issue in dev build, version history checking failing for miniconda image in the Build and Push dev workflow

Release issue in dev build, version history checking failing for miniconda image in the Build and Push dev workflow #752

name: Smoke test "typescript-node" build
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
paths:
- src/typescript-node/**
- .github/workflows/smoke-typescript-node.yaml
- .github/actions/**
- build/**
jobs:
smoke-test:
name: Smoke test
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v3
- name: Smoke test
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
id: smoke_test
uses: ./.github/actions/smoke-test
with:
image: typescript-node