Skip to content

Commit

Permalink
collapse to one file
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Feb 8, 2024
1 parent 0d964ef commit 129f699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 68 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
run: |
cp devtools/deployment/.env.example .env
- name: Make OpenEye directory
run: |
mkdir -p ${{ github.workspace }}/.OpenEye
- name: Build and run containers
run: |
docker-compose -f docker-compose-dev.yml up -d
Expand Down
68 changes: 0 additions & 68 deletions .github/workflows/test.yaml

This file was deleted.

0 comments on commit 129f699

Please sign in to comment.