Skip to content

Commit

Permalink
oops, didn't mean to delete these
Browse files Browse the repository at this point in the history
brainbug related to reusing the buildyml in the expo project
  • Loading branch information
benjamsf committed Jul 18, 2024
1 parent 7756e95 commit 6ea3474
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,19 @@ jobs:
report_paths: "**/pytest*.xml"
detailed_summary: true
check_name: "JUnit report (local)"

devel_shell:
runs-on: ubuntu-latest
steps:
- uses: pvarki/ci@main
with:
dockerfile-target: devel_shell
image-tag: rasenmaeher_ui:devel_shell

production:
runs-on: ubuntu-latest
steps:
- uses: pvarki/ci@main
with:
dockerfile-target: production
image-tag: rasenmaeher_ui:production

0 comments on commit 6ea3474

Please sign in to comment.