diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index ac501fcf..fc72c361 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -145,11 +145,9 @@ jobs: with: go-version-file: .go-version cache: true - - run: make build - - run: go install - - uses: actions/setup-node@v3 - - run: generators/generate-e2e-fixtures.js + + - run: make regenerate-e2e-fixtures - uses: actions/upload-artifact@v3 with: name: e2e-fixtures