Skip to content

Skip NODE_OPTIONS and output as node_options in step output (#10) #9

Skip NODE_OPTIONS and output as node_options in step output (#10)

Skip NODE_OPTIONS and output as node_options in step output (#10) #9

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- 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: exit 1