Skip to content

Commit

Permalink
Rewrite ci enlil -> share
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed May 6, 2024
1 parent 7103bde commit 945a316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
ENLIL_COMMIT=${{ github.sha }}
SHARE_COMMIT=${{ github.sha }}
# Save image locally for use in tests even if we don't push it.
outputs: type=docker,dest=/tmp/share-docker-image.tar # export docker image

Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
# Clean up old postgres data if it exists.
docker volume rm docker_postgresVolume 2>/dev/null || true
# Start enlil and it's dependencies in the background
# Start share and it's dependencies in the background
docker compose -f docker/docker-compose.yml up --wait
# Run the transcript tests
Expand Down

0 comments on commit 945a316

Please sign in to comment.