Commit c71ff56 1 parent df1c338 commit c71ff56 Copy full SHA for c71ff56
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 40
40
name : PR Terraform Provider Acceptance Tests
41
41
needs : build
42
42
runs-on : ubuntu-latest
43
- environment : dev
44
43
timeout-minutes : 15
45
44
strategy :
46
45
fail-fast : true
92
91
if : github.event_name == 'push' && github.ref == 'refs/heads/main'
93
92
name : Main Terraform Provider Acceptance Tests
94
93
needs : build
95
- environment : dev
96
94
timeout-minutes : 15
97
95
strategy :
98
96
fail-fast : true
@@ -115,5 +113,8 @@ jobs:
115
113
- run : go mod download
116
114
- env :
117
115
TF_ACC : " 1"
116
+ ASTRO_API_TOKEN : ${{ secrets.DEV_ASTRO_API_TOKEN }}
117
+ ASTRO_API_HOST : ${{ secrets.DEV_ASTRO_API_HOST }}
118
+ ASTRO_ORGANIZATION_ID : ${{ secrets.DEV_ASTRO_ORGANIZATION_ID }}
118
119
run : make testacc
119
120
timeout-minutes : 10
You can’t perform that action at this time.
0 commit comments