Skip to content

Commit cfaa710

Browse files
[ndr-297] added new stage to deploy-sandbox
1 parent 8d21f97 commit cfaa710

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/deploy-sandbox.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,23 @@ jobs:
3434
env:
3535
SANDBOX_NAME: ${{ github.event.inputs.sandbox_name }}
3636

37+
test_job:
38+
name: Test Job
39+
runs-on: ubuntu-latest
40+
needs: validate_inputs
41+
environment: development
42+
steps:
43+
- name: Checkout main
44+
uses: actions/checkout@v5
45+
with:
46+
ref: ${{ github.event.inputs.git_ref}}
47+
48+
- name: TEST
49+
id: test
50+
run: echo "Hello"
51+
working-directory: ./infrastructure
52+
shell: bash
53+
3754
terraform_plan_apply_main:
3855
name: Terraform Plan/Apply (main)
3956
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)