Skip to content

Commit

Permalink
test9
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Nov 28, 2023
1 parent 2b445fd commit 2ed34c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
# - run: docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
- name: Pull Latest Docker Image
run: docker pull brok3turtl3/codehammers:latest
- name: Build Docker image
run: docker build -f Dockerfile-dev -t 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 2ed34c8

Please sign in to comment.