Skip to content

chore: improve the temperature cutoff levels (#13) #100

chore: improve the temperature cutoff levels (#13)

chore: improve the temperature cutoff levels (#13) #100

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