Skip to content

Commit

Permalink
chore: fix folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepehr-Sobhani committed Sep 19, 2023
1 parent 461dd99 commit f94c0c5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 22 deletions.
22 changes: 0 additions & 22 deletions .github/actions/dev-env-setup/local-app-run/action.yml

This file was deleted.

11 changes: 11 additions & 0 deletions .github/actions/local-app-run/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: "Local Registration app run"
description: "Runs the Registration app locally"
runs:
using: composite
steps:
- name: start backend
shell: bash
run: docker run -d --network=host ghcr.io/bcgov/cas-reg-backend:${{ github.sha }} "/usr/bin/env" "bash" "-c" "make run"
- name: start frontend
shell: bash
run: docker run -d --network=host ghcr.io/bcgov/cas-reg-frontend:${{ github.sha }} "/usr/bin/env" "bash" "-c" "yarn start"

0 comments on commit f94c0c5

Please sign in to comment.