Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Bisom committed Apr 16, 2024
1 parent 83ad83c commit 4779e96
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,16 @@ jobs:
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
- name: Check secret is set
env:
SECRET: ${{ secrets.DATABASE_DB }}
run: |
echo "Length of secret: ${#DATABASE_DB}"
- name: Build
run: |
docker image prune -a -f
ls -lah
ls -lah ./backend/src/
ls -lah ./backend/src/init_db/ # Confirm init_db.sql is present
echo "Length of secret: ${#DATABASE_DB}"
docker-compose -f docker-compose-dev-ga.yaml down
docker-compose -f docker-compose-dev-ga.yaml up --build -d
env:
Expand Down

0 comments on commit 4779e96

Please sign in to comment.