Skip to content

test: Add regression test for non-existent env var #2

test: Add regression test for non-existent env var

test: Add regression test for non-existent env var #2

Workflow file for this run

---
name: 'Run Tests'
on:
pull_request:
push:
branches: [main]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- name: 'Execute tests'
run: './run_tests'