Skip to content

Commit

Permalink
Merge pull request #95 from fromanirh/fix-gh-actions
Browse files Browse the repository at this point in the history
Fix gh actions
  • Loading branch information
ffromani authored Mar 28, 2022
2 parents d53b540 + 5a05471 commit 881306b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: run E2E tests
run: |
_out/e2e.test -ginkgo.focus='\[PositiveFlow\]'
_out/e2e.test -ginkgo.focus='\[PositiveFlow\]' -ginkgo.v
e2e-negative:
runs-on: ubuntu-20.04
Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
- name: run E2E tests
run: |
_out/e2e.test -ginkgo.focus='\[NegativeFlow\]'
_out/e2e.test -ginkgo.focus='\[NegativeFlow\]' -ginkgo.v
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: run E2E tests
run: |
_out/e2e.test -ginkgo.focus='\[PositiveFlow\]'
_out/e2e.test -ginkgo.focus='\[PositiveFlow\]' -ginkgo.v
- name: fix build artifacts
run: |
Expand Down Expand Up @@ -102,5 +102,5 @@ jobs:
- name: create release
uses: ncipollo/release-action@v1
with:
artifacts: "SHA256SUMS,deployer-v*-linux-amd64,deployer-v*-.yaml"
artifacts: "SHA256SUMS,deployer-v*-linux-amd64,deployer-v*.yaml"
token: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token

0 comments on commit 881306b

Please sign in to comment.