Skip to content

fix: cap alerts view only for stand-alone #88

fix: cap alerts view only for stand-alone

fix: cap alerts view only for stand-alone #88

Workflow file for this run

name: Smoke Test
on: [push]
jobs:
smoke_test:
runs-on: ubuntu-latest
name: Smoke Test
steps:
- uses: actions/checkout@v4
- name: Generate Test Summary
id: generate-summary
uses: ./
with:
artifact_directory: example-artifacts/
- name: If there are alerts, echo them
if: ${{steps.generate-summary.outputs.alerts}}
run: echo "${{steps.generate-summary.outputs.alerts}}"
- name: Echo the thermometer
run: echo "${{steps.generate-summary.outputs.thermometer}}"