Skip to content

Commit

Permalink
Add temporary change for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
eomielan committed Oct 28, 2024
1 parent 3776d89 commit c10c299
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:

- name: Build project
working-directory: ${{ inputs.working-directory || '.' }}
run: make
run: |
pwd
ls -la
make
- name: Run tests
working-directory: ${{ inputs.working-directory || '.' }}/src/test
Expand Down

0 comments on commit c10c299

Please sign in to comment.