Skip to content

Commit

Permalink
test: tmate
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Apr 10, 2024
1 parent 5c7c51e commit c010103
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/tmate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: CI
on: [push]
jobs:
build:
runs-on: [self-hosted, two-xlarge]
steps:
- uses: actions/checkout@v3
- name: Setup tmate session
uses: canonical/action-tmate@main
11 changes: 11 additions & 0 deletions src-docs/state.py.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,17 @@ Configuration for accessing Jenkins through proxy.

---

#### <kbd>property</kbd> model_computed_fields

Get the computed fields of this model instance.



**Returns:**
A dictionary of computed field names and their corresponding `ComputedFieldInfo` objects.

---

#### <kbd>property</kbd> model_extra

Get extra fields set during validation.
Expand Down

0 comments on commit c010103

Please sign in to comment.