Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanatt authored Aug 13, 2024
1 parent 5f1b52d commit a8ec20c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build
on:
workflow_dispatch:
inputs:
logLevel:
log_level:
description: 'Log level'
required: true
default: '2'
Expand Down Expand Up @@ -44,6 +44,7 @@ jobs:
erlc -DTEST -Dlog -pa $BIN +debug_info -W0 -I $INCLUDE -o $BIN $TEST/*.erl
- name: List
run: |
echo ${{ inputs.log_level }}
ls -lart $BIN
- name: Test
run: |
Expand Down

0 comments on commit a8ec20c

Please sign in to comment.