Skip to content

fix server auto_recovery cannot be updated (#230) #110

fix server auto_recovery cannot be updated (#230)

fix server auto_recovery cannot be updated (#230) #110

Workflow file for this run

name: Test security zone ds/rs
on:
workflow_dispatch:
push:
branches:
- master
paths:
- "**.go"
- ".github/workflows/security_zone.yml"
pull_request:
branches:
- master
paths:
- "**gridscale_securityzone**"
- "gridscale/error-handler/**"
- "gridscale/common.go"
- "gridscale/config.go"
- "gridscale/provider.go"
- "gridscale/provider_test.go"
- ".github/workflows/security_zone.yml"
jobs:
build:
name: Security zone AccTest
runs-on: ubuntu-latest
env:
GOPATH: /home/runner/go
GRIDSCALE_UUID: ${{ secrets.CI_USER_UUID }}
GRIDSCALE_TOKEN: ${{ secrets.CI_API_TOKEN }}
GRIDSCALE_URL: ${{ secrets.CI_API_URL }}
steps:
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: ^1.17
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run TestAccdataSourceGridscaleSecurityZone_basic
run: make testacc TEST=./gridscale TESTARGS='-run=TestAccdataSourceGridscaleSecurityZone_basic'
- name: Run TestAccDataSourceGridscaleSecurityZone_Basic
run: make testacc TEST=./gridscale TESTARGS='-run=TestAccDataSourceGridscaleSecurityZone_Basic'