Skip to content

Commit

Permalink
add docker stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
croyfish committed Dec 2, 2024
1 parent 1fc8b1d commit 1fac3e5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ jobs:
- name: Check out code
uses: actions/checkout@v2

- name: Clone filestore db
run: |
git clone https://github.com/NYPL/filestore_databases_docker ../filestore_databases_docker
- name: set up docker
uses: docker/setup-buildx-action@v2

- name: install docker compose
run: |
sudo apt-get update
sudo apt-get install -y docker-compose
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 1fac3e5

Please sign in to comment.