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 fcb7a8d commit 3fd7077
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test_sqlite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@ jobs:
docker-compose pull
docker-compose build
- name: Make writable
run: chmod -R 775 ./output
- 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: user
run: echo $USER

- name: Run the KEEP mode
run: |
export CONFIG_FILE=config_keep.tdk.yaml
Expand Down

0 comments on commit 3fd7077

Please sign in to comment.