From 14ee3a9ccd5600bc4926118dc574fffd909d7273 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Wed, 6 Sep 2023 07:51:34 +1200 Subject: [PATCH] ci: use make command --- .github/workflows/semantic.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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