Skip to content

Commit

Permalink
another final test for the night
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Bisom committed Apr 16, 2024
1 parent 6f334cf commit 16bd4e8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-latest
runs-on:
environment:
name: Dev

Expand Down Expand Up @@ -42,6 +42,8 @@ jobs:
if: always()
run: |
docker ps
docker image ls
docker-compose logs
docker logs commonplace-backend-1
- name: Cleanup
Expand Down

0 comments on commit 16bd4e8

Please sign in to comment.