Skip to content

Commit

Permalink
added print command
Browse files Browse the repository at this point in the history
  • Loading branch information
m3dwards committed Nov 11, 2024
1 parent 87a5b8a commit f5fc757
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ env:
MAKEJOBS: '-j10'

jobs:
print-var:
name: 'Print env vars'
runs-on: ubuntu-24.04
steps:
- name: Print env vars
run: |
echo ${{ vars.SKIP_BRANCH_PUSH }}
test-each-commit:
name: 'test each commit'
runs-on: ubuntu-24.04
Expand Down

0 comments on commit f5fc757

Please sign in to comment.