We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355a477 commit 31e33a4Copy full SHA for 31e33a4
.github/actions/test-provider-tfe/action.yml
@@ -1,7 +1,7 @@
1
# Copyright (c) HashiCorp, Inc.
2
# SPDX-License-Identifier: MPL-2.0
3
4
-name: TESTS ARE TEMPOARILY DISABLED
+name: Test
5
description: Tests terraform-provider-tfe within a matrix
6
inputs:
7
admin_configuration_token:
.github/workflows/ci.yml
@@ -9,13 +9,6 @@ concurrency:
9
cancel-in-progress: true
10
11
jobs:
12
- notice:
13
- name: TESTS ARE TEMPORARILY DISABLED- RUN CHANGED RESOURCE TESTS LOCALLY
14
- runs-on: ubuntu-latest
15
- steps:
16
- - name: NO-OP
17
- run: |
18
- echo "Tests are skipped. Please test manually."
19
lint:
20
name: lint
21
runs-on: ubuntu-latest
0 commit comments