Skip to content

Commit

Permalink
ci: update app-template
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Oct 26, 2023
1 parent e3f6232 commit b264f36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/consent/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dev_pnpm_task_binary(
)

dev_pnpm_task_binary(
name = "open-cypress",
name = "cypress-open",
command = "cypress:open",
)

Expand Down
5 changes: 3 additions & 2 deletions ci/apps/app-template.lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plan:
- get: #@ app_src_resource_name(app)
trigger: true
- { get: pipeline-tasks }
- task: prepare-docker-build
- task: buck-test-unit
config:
platform: linux
image_resource: #@ galoy_dev_image_config()
Expand All @@ -37,7 +37,7 @@ plan:
- name: #@ app_src_resource_name(app)
path: repo
params:
BUCK_TARGET: #@ "//apps/" + app
BUCK_TARGET: #@ "//apps/" + app + ":test-unit"
BUCK_CMD: test
run:
path: pipeline-tasks/ci/apps/tasks/buck-task.sh
Expand Down Expand Up @@ -158,6 +158,7 @@ plan:
trigger: true
passed:
- #@ build_edge_image_name(app)
- #@ buck_test_name(app)
- get: #@ edge_image_resource_name(app)
passed:
- #@ build_edge_image_name(app)
Expand Down

0 comments on commit b264f36

Please sign in to comment.