Skip to content

Commit

Permalink
ci: make ourstage and techdocs
Browse files Browse the repository at this point in the history
Signed-off-by: Ourchitecture.io <[email protected]>
  • Loading branch information
ourchitectureio committed Nov 5, 2023
1 parent f75f09f commit d28e0c1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ourstage-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,12 @@ jobs:
cache: 'pip' # caching pip dependencies
cache-dependency-path: '**/python-requirements.txt'

- name: Make init
id: make-init
run: make init-ourstage

- name: Make Ourstage
- name: Make
id: make-ourstage
run: make install-ourstage
working-directory: ./src/backstage/ourstage/
run: make

- name: Make TechDocs
id: make-techdocs
working-directory: ./
run: make install-techdocs

0 comments on commit d28e0c1

Please sign in to comment.