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 71d8693 commit b5ed407
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,16 @@ jobs:
file: ./coverage.txt
token: ${{ secrets.CODECOV_TOKEN }}

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

- name: E2E basic test
run: |
go run mage.go -v TestE2EBasic
# - name: E2E NAT test

# create-release:
Expand All @@ -59,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 b5ed407

Please sign in to comment.