Skip to content

Commit

Permalink
fix(ci): try tmpfs mount
Browse files Browse the repository at this point in the history
sidestep fs limitation for exist/data
  • Loading branch information
duncdrum committed Mar 18, 2024
1 parent c26365f commit b010311
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
run: |
docker run -dit -p 8080:8080 -v ${{ github.workspace }}/build:/exist/autodeploy \
--name exist --rm \
--mount type=tmpfs,destination=/exist/data \
duncdrum/existdb:${{ matrix.exist-version }}
- name: wait for install to finish
Expand Down

0 comments on commit b010311

Please sign in to comment.