Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Sep 17, 2024
1 parent d825838 commit 38382e3
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@ jobs:
python -m pip install --upgrade pip
python -m pip install -r requirements.txt
python -m pip install -r test-requirements.txt
- name: Check for directories TODO remove
- name: Make data directory if needed
run: |
ls /home/runner/work
ls /home/runner/work/couchdb-cluster-admin
ls /home/runner/work/couchdb-cluster-admin/couchdb-cluster-admin
ls /home/runner/work/couchdb-cluster-admin/couchdb-cluster-admin/data
mkdir -p /home/runner/work/couchdb-cluster-admin/couchdb-cluster-admin/data
- name: Set up docker clusters
run: |
docker build -t couchdb-cluster - < docker-couchdb-cluster/Dockerfile
Expand Down

0 comments on commit 38382e3

Please sign in to comment.