diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index cd21636..a00359d 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -40,7 +40,8 @@ jobs: with: tools: go cache-go: false - - run: make upstream + - run: make prepare_local_workspace + continue-on-error: true - uses: pulumi/license-check-action@main with: module-path: provider diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 92c2bda..d9d8921 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -46,9 +46,9 @@ jobs: continue-on-error: true # this fails if there are no go:embed directives run: | git grep -l 'go:embed' -- provider | xargs sed -i 's/go:embed/ goembed/g' - - name: prepare upstream + - name: prepare workspace continue-on-error: true - run: make upstream + run: make prepare_local_workspace - name: golangci-lint uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6 with: