Skip to content

Commit

Permalink
Added CI/CD debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jul 11, 2023
1 parent 45c9fee commit eea644d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@ jobs:
run: rebar3 compile && rebar3 as examples compile
- name: List Examples
run: rebar3 as examples list
- name: Which gnuplot
run: which gnuplot
- name: gnuplot Version
run: gnuplot --version
- name: Run One
run: rebar3 as examples lfe run -- 3d-heatmap true
- name: Run All
Expand Down

0 comments on commit eea644d

Please sign in to comment.