Skip to content

Add failing github action #2

Add failing github action

Add failing github action #2

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Set Environment
id: source-env
uses: ./
with:
env-file: tests/.env
- name: Test GITHUB_OPTIONS is output
if: ${{ !steps.source-env.outputs.node_options }}
run: echo ":error GITHUB_OPTIONS not set in output"