Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Maayan Hadasi <mguetta@redhat.com>
  • Loading branch information
mguetta1 committed Sep 13, 2023
1 parent 27bd8d1 commit 1374fae
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main-tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ jobs:
- name: Install dependencies
run: |
go install github.com/onsi/ginkgo/v2/ginkgo
- run: make test-tier1
- shell: bash
env:
JIRA_USERNAME: ${{ secrets.JIRA_USERNAME }}
JIRA_PASSWORD: ${{ secrets.JIRA_PASSWORD }}
JIRA_URL: ${{ secrets.JIRA_URL }}
run: |
echo "Using secret JIRA_URL: $JIRA_URL"
make test-tier1

0 comments on commit 1374fae

Please sign in to comment.