Skip to content

Commit

Permalink
feat: num conds
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Aug 13, 2023
1 parent f2a6756 commit e30f068
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ jobs:
with:
path: "core"

- name: clone conditions-number
uses: actions/checkout@v3
with:
path: "conditions-number"
repository: awakari/conditions-number
token: ${{ secrets.CLONE_PAT }}

- name: clone conditions-text
uses: actions/checkout@v3
with:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ jobs:
with:
path: "core"

- name: clone conditions-number
uses: actions/checkout@v3
with:
path: "conditions-number"
repository: awakari/conditions-number
token: ${{ secrets.CLONE_PAT }}

- name: clone conditions-text
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit e30f068

Please sign in to comment.