Skip to content

Commit

Permalink
Run basic e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
tzununbekov committed Feb 15, 2024
1 parent 5f117bb commit 32778e0
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ jobs:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: E2E basic test
run: |
go run mage.go -v TestE2EBasic
Expand All @@ -62,8 +68,3 @@ jobs:
# runs-on: ubuntu-latest
# needs: publish-images

# - name: Login to Docker Hub
# uses: docker/login-action@v3
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_TOKEN }}

0 comments on commit 32778e0

Please sign in to comment.