We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9483c commit 4c9a749Copy full SHA for 4c9a749
.github/workflows/publish.yml
@@ -47,6 +47,7 @@ jobs:
47
# Run Ruff formatter check (without modifying files)
48
ruff check stagehand
49
50
+ # TODO: add back as soon as CI is passing
51
# Commenting to cut release
52
# - name: Run tests
53
# run: |
0 commit comments