Skip to content

Commit

Permalink
test6
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Nov 28, 2023
1 parent 314f224 commit e960ecc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
# - run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
- run: TEST_COMMAND=test:silent docker-compose -f docker-compose-test.yml up --abort-on-container-exit
- name: Pull Latest Docker Image
run: docker pull brok3turtl3/codehammers:latest
- name: Run Docker Compose
run: TEST_COMMAND=test:silent docker-compose -f docker-compose-test.yml up --abort-on-container-exit

0 comments on commit e960ecc

Please sign in to comment.