Skip to content

Commit

Permalink
combine actions
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusrussell committed Jun 20, 2023
1 parent ad8cf4c commit 500df2b
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/workflows/ci-industrial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
steps:
- name: Set current directory
run: echo "CURRENT_DIR=$(pwd)" >> $GITHUB_ENV
- name: Change to home directory
run: cd ~
- name: Install pigpio library
run: |
cd ~
Expand All @@ -40,20 +38,14 @@ jobs:
cd pigpio-master
make
sudo make install
- name: See where I am
run: |
pwd
ls -la
cd ..
ls -la
# - name: Verify pigpio library install
# run: |
# sudo ./x_pigpio # check C I/F
# sudo pigpiod # start daemon
# ./x_pigpiod_if2 # check C I/F to daemon
# ./x_pigpio.py # check Python I/F to daemon
# ./x_pigs # check pigs I/F to daemon
# ./x_pipe # check pipe I/F to daemon
sudo ./x_pigpio # check C I/F
sudo pigpiod # start daemon
./x_pigpiod_if2 # check C I/F to daemon
./x_pigpio.py # check Python I/F to daemon
./x_pigs # check pigs I/F to daemon
./x_pipe # check pipe I/F to daemon
# - name: Go back to prev directory
# run: cd $CURRENT_DIR
# - uses: actions/checkout@v3 # clone target repository
Expand Down

0 comments on commit 500df2b

Please sign in to comment.