From 3155dc978aa1f71910becd9d789969c57c1b1621 Mon Sep 17 00:00:00 2001 From: DXTimer Date: Mon, 18 Sep 2023 23:03:44 +0700 Subject: [PATCH] update ci config --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a9c07630..b8f628de 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -95,10 +95,11 @@ jobs: DNSIMPLE_DOMAIN: ${{ matrix.domain }} DNSIMPLE_CONTACT_ID: ${{ secrets.DNSIMPLE_CONTACT_ID }} DNSIMPLE_REGISTRANT_CHANGE_DOMAIN: ${{ matrix.registrant_change_domain }} - DNSIMPLE_REGISTRANT_CHANGE_CONTACT_ID: 10854 + DNSIMPLE_REGISTRANT_CHANGE_CONTACT_ID: 10169 run: go test -v -cover ./internal/... -timeout 15m timeout-minutes: 10 - run: make sweep + if: always() env: DNSIMPLE_SANDBOX: true DNSIMPLE_ACCOUNT: ${{ secrets.DNSIMPLE_ACCOUNT }}