Skip to content

Commit

Permalink
ci: use make command
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Rath committed Oct 20, 2023
1 parent 05e801a commit 14ee3a9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14ee3a9

Please sign in to comment.