mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Do not test workers in CI yet (#1289)
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -156,5 +156,5 @@ jobs:
|
|||||||
- name: Run integration tests for ${{ matrix.provider }} provider
|
- name: Run integration tests for ${{ matrix.provider }} provider
|
||||||
if: env.CAN_CONTINUE == 'yes'
|
if: env.CAN_CONTINUE == 'yes'
|
||||||
working-directory: integrationTest
|
working-directory: integrationTest
|
||||||
run: go test -timeout 20m -v -verbose -provider ${{ matrix.provider }}
|
run: go test -timeout 20m -v -verbose -provider ${{ matrix.provider }} -cfworkers=false
|
||||||
...
|
...
|
||||||
|
Reference in New Issue
Block a user