Skip to content
Draft
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
9 changes: 7 additions & 2 deletions .github/workflows/qa.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# TESTING: This workflow has been modified to test with starflow PR #101
# Reference: https://github.com/canonical/starflow/pull/101
# The workflow references below have been changed from @main to
# @copilot/use-pristine-ubuntu-action to test against the changes in the
# starflow PR. This change is temporary for cross-repo testing purposes.
name: QA
on:
push:
Expand All @@ -11,9 +16,9 @@ on:

jobs:
lint:
uses: canonical/starflow/.github/workflows/lint-python.yaml@main
uses: canonical/starflow/.github/workflows/lint-python.yaml@copilot/use-pristine-ubuntu-action
test:
uses: canonical/starflow/.github/workflows/test-python.yaml@main
uses: canonical/starflow/.github/workflows/test-python.yaml@copilot/use-pristine-ubuntu-action
with:
fast-test-platforms: '["ubuntu-22.04", "ubuntu-24.04"]'
fast-test-python-versions: '["3.10", "3.12"]'
Expand Down
Loading