Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ permissions:
jobs:
integration_tests:
name: Integration tests
uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@master
uses: uc-cdis/.github/.github/workflows/integration_tests.yaml@chore/use_gen3_gitops_ref
with:
WORKING_DIR: gen3-integration-tests
secrets:
Expand Down
1 change: 1 addition & 0 deletions gen3-integration-tests/tests/test_homepage.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
)
@pytest.mark.sanity
@pytest.mark.frontend
# Dummy
class TestHomePage:
def test_home_page_navigation(self, page):
"""
Expand Down
Loading