Skip to content

Commit

Permalink
Add failing github action
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 20, 2023
1 parent 80f488c commit c442cac
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: CI

on:
pull_request:
branches: [ main ]

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 && steps.source-env.conclusion == 'failure' }}


0 comments on commit c442cac

Please sign in to comment.