Skip to content

Commit

Permalink
Merge pull request #31 from malparty/chore/setup-unit-tests
Browse files Browse the repository at this point in the history
[#2] Configure unit test automations
  • Loading branch information
malparty committed Jun 8, 2021
2 parents 5552287 + 86cff45 commit 7043772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -5,7 +5,7 @@ on: push
env:
DOCKER_REGISTRY_HOST: ${{ secrets.DOCKER_REGISTRY_HOST }}
DOCKER_REGISTRY_USERNAME: ${{ github.repository_owner }}
DOCKER_REGISTRY_TOKEN: ${{ secrets.DOCKER_REGISTRY_TOKEN }}
DOCKER_REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKER_IMAGE: ${{ github.repository }}

# Set the default docker-compose file
Expand Down

0 comments on commit 7043772

Please sign in to comment.