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 3fd7077 commit 61d1aef
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .github/workflows/test_sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,10 @@ jobs:
docker-compose pull
docker-compose build
- name: user
run: echo $USER

- name: Chown
run: sudo chown $USER:$USER ./output/output.db

- name: Make writable
run: chmod -R 777 ./output/output.db

- name: LS
run: ls -l
- name: Make the database file writable
run: |
sudo chown $USER:$USER ./output/output.db
chmod -R 775 ./output/output.db
- name: Run the KEEP mode
run: |
Expand Down

0 comments on commit 61d1aef

Please sign in to comment.