Skip to content

Commit

Permalink
fix: get rid of docker ci run
Browse files Browse the repository at this point in the history
  • Loading branch information
York Chen committed Sep 18, 2023
1 parent f13f183 commit c8bf4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manifest-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Run tests
run: make ci.docker.run GOOS=linux GOARCH=amd64 CI=true RUN_WHAT="make validate-manifests"
run: GOOS=linux GOARCH=amd64 make validate-manifests

0 comments on commit c8bf4fe

Please sign in to comment.