Skip to content

fix: point to master for PoC sharing var #12

fix: point to master for PoC sharing var

fix: point to master for PoC sharing var #12

Workflow file for this run

name: smoke tests
on:
push:
workflow_dispatch:
inputs:
test_type:
description: 'Type of test - sanity, regression, api, newFeature'
default: 'sanity'
required: true
type: string
jobs:
smoke-test:
uses: 777abhi/lt-github-workflows/.github/workflows/nodejs-playwright.yml@master

Check failure on line 15 in .github/workflows/smoke-tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/smoke-tests.yml

Invalid workflow file

error parsing called workflow ".github/workflows/smoke-tests.yml" -> "777abhi/lt-github-workflows/.github/workflows/nodejs-playwright.yml@master" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit
with:
test_type: sanity