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 a8ec20c commit c885da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ 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
echo ${{ inputs.log_level }}
- name: Test
run: |
echo "CodeBEAM/ID server test"
Expand Down

0 comments on commit c885da3

Please sign in to comment.