Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(tests): setup qase integration #209

Open
wants to merge 23 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
89b5e4e
feat(tests): setup qase integration
mirekys Aug 28, 2024
1b501f4
feat(tests): setup qase gh actions env
mirekys Aug 28, 2024
840b1e4
feat(tests): set secrets inherit
mirekys Aug 28, 2024
ce9e2cc
Update build.yaml - set qase environment
mirekys Aug 28, 2024
d88e7f0
feat(tests): remove conflicting qase id
mirekys Aug 29, 2024
213bf2d
Merge remote-tracking branch 'origin/mirekys/qase-integration' into m…
mirekys Aug 29, 2024
b090227
feat(tests): add failing http request
mirekys Aug 29, 2024
fc378ba
Update build.yaml
brablcp Sep 4, 2024
a2e0f62
Update build.yaml
brablcp Sep 4, 2024
d56d356
Update build.yaml
brablcp Sep 4, 2024
efdbc76
Update build.yaml
brablcp Sep 5, 2024
9b7ba98
fix(qase): link wrkflow run with qase
mirekys Sep 5, 2024
fd23f8a
fix(qase): pass full env
mirekys Sep 5, 2024
624a954
fix(qase): add back missing secrets inherit
mirekys Sep 5, 2024
e215c6c
Merge pull request #212 from oarepo/detached2
mirekys Sep 5, 2024
e300da1
fix(qase): use different linking gh action
mirekys Sep 5, 2024
9e507e6
fix(qase): set required qase api url
mirekys Sep 5, 2024
810e760
feat(qase): add manual qase workflow dispatch
mirekys Sep 9, 2024
311e078
feat(qase): extract link job from buildsx
mirekys Sep 9, 2024
fc70fee
feat(qase): hotfix for gh to recognize new workflow
mirekys Sep 9, 2024
cabc4bc
feat(qase): hotfix roll back
mirekys Sep 9, 2024
b09e945
Merge branch 'mirekys/qase-integration' into detached
mirekys Sep 9, 2024
0945532
Merge pull request #211 from oarepo/detached
mirekys Sep 9, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat(tests): setup qase gh actions env
  • Loading branch information
mirekys committed Aug 28, 2024

Verified

This commit was signed with the committer’s verified signature.
gastaldi George Gastaldi
commit 1b501f4b3ad8272709cc0ffa697c96d5690df7aa
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -66,6 +66,9 @@ jobs:
redis-version: ${{ matrix.redis-version }}

- name: Run tests
env:
QASE_TESTOPS_API_TOKEN: ${{ secrets.QASE_TESTOPS_API_TOKEN }}
QASE_TESTOPS_PROJECT: ${{ secrets.QASE_TESTOPS_PROJECT }}
run: |
./run-tests.sh

Loading