Skip to content

Commit 19d92ab

Browse files
committed
Rename test workflow
1 parent ba0bc1e commit 19d92ab

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/main.yml renamed to .github/workflows/test.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: test gha
1+
name: Run tests
22

33
on:
44
push:
@@ -88,16 +88,6 @@ jobs:
8888
# SSH_AUTH_SOCK: /tmp/ssh_agent.sock
8989
# run: bundle exec rake test_azure_vm
9090

91-
teardown-infrastructure:
92-
runs-on: ubuntu-latest
93-
#needs: [azurevm_test]
94-
needs: [deploy-infrastructure]
95-
steps:
96-
- uses: actions/checkout@v4
97-
- uses: ./.github/actions/setup-terraform
98-
- name: Terraform apply
99-
run: terraform plan
100-
# run: terraform apply -auto-approve
10191

10292

10393
# test:

0 commit comments

Comments
 (0)