Skip to content

Commit

Permalink
YAML testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasnoack authored Oct 24, 2023
1 parent 4920b41 commit 1ed5fd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
name: CI
env:
MY_TEST_VAR1: ${{ "true" && 'Y' || 'N' }}
MY_TEST_VAR2: ${{ "false" && 'Y' || 'N' }}
MY_TEST_VAR3: ${{ "hello!" && 'Y' || 'N' }}
on:
- push
- pull_request
Expand Down

0 comments on commit 1ed5fd0

Please sign in to comment.