Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Mar 12, 2024
1 parent 6b8b61c commit b9a714e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ jobs:
- uses: actions/checkout@v1

- name: Compile
run: make compile

run: |
echo "/usr/local/bin" >> $GITHUB_PATH
echo $GITHUB_PATH
ls -l "/usr/local/bin"
make compile
- name: Start Scylla
run: systemctl start scylla-server
- name: Run xref
Expand Down

0 comments on commit b9a714e

Please sign in to comment.