Skip to content

Commit

Permalink
Update actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viordash committed Aug 20, 2024
1 parent 4888a7e commit bfaa131
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: actions/checkout@v4

- name: Build
run: cd ./Tests_esp8266;make
working-directory: ./Tests_esp8266
run: make

- name: Run tests
run: cd ./Tests_esp8266;make run
working-directory: ./Tests_esp8266
run: make run

0 comments on commit bfaa131

Please sign in to comment.