Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mgramin committed Oct 15, 2023
1 parent 3b0510b commit 62545ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- name: Make writable
run: chmod -R 775 ./output

- name: Make writable
run: chown $USER:$USER ./output/output.db

- name: LS
run: ls -l

Expand Down

0 comments on commit 62545ac

Please sign in to comment.